---
title: "Faster i18n loading, thread-safe routes, and more!"
url: https://daily.dev/posts/faster-i18n-loading-thread-safe-routes-and-more--1ambekln3
source_url: https://rubyonrails.org/2026/7/31/this-week-in-rails
type: article
source: "Rails"
published: 2026-08-01T09:11:25.218Z
updated: 2026-08-05T02:00:50.931Z
tags: ["webdev", "ruby", "rails"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Faster i18n loading, thread-safe routes, and more!

**[Rails](https://daily.dev/sources/rails)** · 3 min read · 0 upvotes · 0 comments

## Summary

This week in Rails covers several notable changes: a security release addressing arbitrary file read and RCE vulnerabilities in Active Storage (versions 7.2.3.2, 8.0.5.1, 8.1.3.1); a performance improvement cutting i18n initialization time from 400ms to 250ms; thread-safe lazy route loading using a three-state flag with a reentrant Monitor; Ractor-safe controller middleware via copy-on-write; deprecations of TransactionState predicates and certain insert/to_sql arguments; template resolution optimized to a single pass; and improved SQL log output showing positional parameter markers instead of raw bind arrays.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://rubyonrails.org/2026/7/31/this-week-in-rails>

## Similar posts on daily.dev

- [Faster i18n loading, thread-safe routes, and more\!](https://daily.dev/posts/faster-i18n-loading-thread-safe-routes-and-more--zi7g6nkhp) · This Week in Rails · 0 upvotes · 0 comments
- [Improvements to routing, Active Storage configs, time tracking, and...](https://daily.dev/posts/improvements-to-routing-active-storage-configs-time-tracking-and--fg6pp9lfc) · This Week in Rails · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#ruby](https://daily.dev/tags/ruby), [#rails](https://daily.dev/tags/rails)

[View this post on daily.dev](https://daily.dev/posts/faster-i18n-loading-thread-safe-routes-and-more--1ambekln3)
