April 24, 2026
Hi, it’s Claudio Baccigalupo. Let’s explore what happened this week in Ruby on Rails. Apply as a speaker for Rails World Don’t miss out on the opportunity to join 1,200+...
April 23, 2026
Hi everyone! Rails World is back heading to Austin, Texas on September 23-24, 2026 for the largest Rails World yet, with space for 1,200 developers, founders, and teams building with...
April 17, 2026
Hi, Wojtek here. Let’s see what’s new in the Rails on this finally sunny day (at least in my corner of the world ;-) Query command for read-only database queries...
April 10, 2026
Hi, I’m Emmanuel Hayford. Here’s what caught my eye in Rails this week. Fix GET+JSON+params in integration tests for API-only apps params: in integration test helpers was ambiguous for GET...
April 5, 2026
Hi, it’s Vipul. Let’s explore this week’s changes in the Rails codebase. Remove fast_string_to_time workaround in ActiveModel::Type::Helpers::TimeValue Ruby 3.2.0 had a bug where Time.new(..., in: "UTC") could return an invalid...
March 27, 2026
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. New Rails releases this week Rails 7.2.3.1, 8.0.4.1, and 8.1.2.1 shipped as security releases, followed by 8.0.5 and...
March 24, 2026
Hello again everyone! Long time no see 😆. Rails Versions 8.0.5 and 8.1.3 have been released! These are regular bugfix releases. These also include the changes from yesterday’s security releases,...
March 23, 2026
Hi friends! Rails Versions 7.2.3.1, 8.0.4.1, and 8.1.2.1 have been released! These are security patches addressing 10 security issues: An issue where in development mode, an exception could be printed...
March 20, 2026
Hi, it’s gregmolnar. Let’s explore this week’s changes in the Rails codebase. Batch SQL statements when creating tables This change batches the SQL statements during loading a database schema to...
March 13, 2026
Hi, Wojtek here. Let’s quickly look at a few of this week’s fixes. Validate URI scheme in Action Text markdown link conversion Add a Rails::HTML::Sanitizer.allowed_uri? check to markdown_link. When the...