---
title: "quarter? and more"
url: https://daily.dev/posts/quarter-and-more-tvcniwmup
source_url: https://world.hey.com/this.week.in.rails/date-this_quarter-and-more-375a34b2
type: article
source: "This Week in Rails"
published: 2026-07-10T11:45:09.262Z
updated: 2026-07-10T11:45:32.982Z
tags: ["ruby", "rails"]
reading_time: 2
upvotes: 1
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.

# quarter? and more

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

## Summary

This week's Rails codebase changes include: a new `this_quarter?` method on Date/Time that returns true if the date falls within the current quarter; a new `ActiveJob::DeserializationError::RecordNotFound` exception for missing records during argument deserialization; introduction of `Rails::Application#ractorize!` to prepare apps for Ractor sharing; a fix for `ActionController::Live` streams hanging on client disconnect due to a missing terminator in the buffer abort path; support for endless and beginless ranges in `number_field_tag` and `range_field_tag`; a fix for `color_field` ignoring explicit `value: nil`; and deprecation of the `ActionController::Renderers::RENDERERS` constant in favor of the public API. 26 contributors participated this week.

## 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/date-this_quarter-and-more-375a34b2>

## Similar posts on daily.dev

- [Date.this\_quarter? and more](https://daily.dev/posts/date-this-quarter-and-more-ojuhsocdy) · Rails · 0 upvotes · 0 comments
- [New date time helpers, improved hash methods and more\!](https://daily.dev/posts/new-date-time-helpers-improved-hash-methods-and-more--u1w45cnjf) · Rails · 0 upvotes · 0 comments
- [New date time helpers, improved hash methods and more\!](https://daily.dev/posts/new-date-time-helpers-improved-hash-methods-and-more--3dbcfe6bg) · This Week in Rails · 1 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/quarter-and-more-tvcniwmup)
