<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/better-guides-better-framework-u808pzsy9" -->

---
title: Better guides, better framework | daily.dev
description: This week&#x27;s Rails codebase update covers a range of improvements and bug fixes. Highlights include a revamped Active Job guide, an updated API-only guide open...
canonical: https://daily.dev/posts/better-guides-better-framework-u808pzsy9
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Better guides, better framework | daily.dev
og:description: This week&#x27;s Rails codebase update covers a range of improvements and bug fixes. Highlights include a revamped Active Job guide, an updated API-only guide open...
og:url: https://daily.dev/posts/better-guides-better-framework-u808pzsy9
og:image: https://api.daily.dev/og/posts/u808PzSy9.png
og:image:alt: Better guides, better framework
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.

# Better guides, better framework

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

## Summary

This week's Rails codebase update covers a range of improvements and bug fixes. Highlights include a revamped Active Job guide, an updated API-only guide open for community review, and Active Storage updates for ImageProcessing 2.0 requiring explicit gem additions. Action Cable's Redis adapter is reimplemented using the lighter redis-client gem, and SQL notifications can now be disabled per connection. Notable bug fixes address reverse_order dropping default_order, polymorphic has_one not clearing the type column, composite primary key find failing for string IDs, and Enumerable#in_order_of silently dropping nil elements. Additional changes improve Ractor safety in Active Record, fix MessagePack serialization of time columns, and add per-pool query log tag formatters.

## Full article

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

## Similar posts on daily.dev

- [Better guides, better framework](https://daily.dev/posts/better-guides-better-framework-omtror6i9) · This Week in Rails · 0 upvotes · 0 comments
- [This Week in Rails: Better Guides, Better Framework](https://daily.dev/posts/this-week-in-rails-better-guides-better-framework-cc7vjcik2) · Ruby Flow · 0 upvotes · 0 comments
- [Action Cable adapterization and more](https://daily.dev/posts/action-cable-adapterization-and-more-hdaghfbw3) · This Week in Rails · 0 upvotes · 0 comments
- [Action Cable adapterization and more](https://daily.dev/posts/action-cable-adapterization-and-more-knlfkkn2c) · Rails · 2 upvotes · 0 comments
- [This Week in Rails: May 8, 2026](https://daily.dev/posts/this-week-in-rails-may-8-2026-g31fi4kdt) · Rails · 1 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/better-guides-better-framework-u808pzsy9)

```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":"Better guides, better framework","url":"https://daily.dev/posts/better-guides-better-framework-u808pzsy9","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/better-guides-better-framework-u808pzsy9"},"datePublished":"2026-06-06T12:41:35.432Z","dateModified":"2026-06-06T12:41:59.106Z","description":"This week's Rails codebase update covers a range of improvements and bug fixes. Highlights include a revamped Active Job guide, an updated API-only guide open...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/8e4f5a3c3e5361719ef48f4eb467a7f8?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/8e4f5a3c3e5361719ef48f4eb467a7f8?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"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":"Rails","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/d44501fa43a2441a9e27a08367cdfa52","url":"https://daily.dev/sources/rails"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/better-guides-better-framework-u808pzsy9","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"postgresql,rails","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Rails","item":"https://daily.dev/sources/rails"},{"@type":"ListItem","position":3,"name":"Better guides, better framework"}]}
```

