<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/faster-i18n-loading-thread-safe-routes-and-more--zi7g6nkhp" -->

---
title: Faster i18n loading, thread-safe routes, and more!
description: This week&#x27;s Rails changelog covers security releases for versions 7.2.3.2, 8.0.5.1, and 8.1.3.1 addressing an Active Storage RCE vulnerability. Performance...
canonical: https://daily.dev/posts/faster-i18n-loading-thread-safe-routes-and-more--zi7g6nkhp
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Faster i18n loading, thread-safe routes, and more! | daily.dev
og:description: This week&#x27;s Rails changelog covers security releases for versions 7.2.3.2, 8.0.5.1, and 8.1.3.1 addressing an Active Storage RCE vulnerability. Performance...
og:url: https://daily.dev/posts/faster-i18n-loading-thread-safe-routes-and-more--zi7g6nkhp
og:image: https://api.daily.dev/og/posts/ZI7G6nkhP.png
og:image:alt: Faster i18n loading, thread-safe routes, and more!
og:image:width: 1200
og:image:height: 630
og:locale: 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!

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

## Summary

This week's Rails changelog covers security releases for versions 7.2.3.2, 8.0.5.1, and 8.1.3.1 addressing an Active Storage RCE vulnerability. Performance improvements include faster i18n initialization (400ms → 250ms) and optimized template resolution. Thread-safety fixes land for lazy route loading, thread_mattr in Ractors, and controller middleware stacks. Several deprecations are introduced for TransactionState predicates, positional #insert arguments, and the binds argument to to_sql. Additional changes include token authentication scheme support, improved SQL logging with positional markers, and Arel-based RETURNING handling.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://world.hey.com/this.week.in.rails/faster-i18n-loading-thread-safe-routes-and-more-08949dcb>

## Similar posts on daily.dev

- [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
- [This Week in Rails: March 27, 2026](https://daily.dev/posts/this-week-in-rails-march-27-2026-urbkc7sbo) · This Week in Rails · 1 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#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--zi7g6nkhp)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Faster i18n loading, thread-safe routes, and more!","url":"https://daily.dev/posts/faster-i18n-loading-thread-safe-routes-and-more--zi7g6nkhp","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/faster-i18n-loading-thread-safe-routes-and-more--zi7g6nkhp"},"datePublished":"2026-08-01T13:21:49.798Z","dateModified":"2026-08-01T15:16:59.173Z","description":"This week's Rails changelog covers security releases for versions 7.2.3.2, 8.0.5.1, and 8.1.3.1 addressing an Active Storage RCE vulnerability. Performance...","image":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","thumbnailUrl":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","isAccessibleForFree":true,"articleSection":"This Week in Rails","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"This Week in Rails","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/2e4a480ecf1e49a98e0557296e66d407","url":"https://daily.dev/sources/twirails"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/faster-i18n-loading-thread-safe-routes-and-more--zi7g6nkhp","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,webdev,ruby,rails","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"This Week in Rails","item":"https://daily.dev/sources/twirails"},{"@type":"ListItem","position":3,"name":"Faster i18n loading, thread-safe routes, and more!"}]}
```

