Skip to content

Commit 2119da8

Browse files
authored
Merge pull request #224 from rails/twir-26-01
TWIR 26.01.2024
2 parents 8fa3757 + 7f6c0ab commit 2119da8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: post
3+
title: "Customized console prompt and bugfixes"
4+
categories: news
5+
author: Wojtek
6+
og_image: assets/images/this-week-in-rails.png
7+
published: true
8+
date: 2024-01-26
9+
---
10+
11+
12+
Hi, [Wojtek](https://twitter.com/morgoth85) from this side with a short set of changes in the Rails codebase.
13+
14+
[Add customized prompt for Rails console](https://github.com/rails/rails/pull/50796)
15+
Rails console now indicates the current Rails environment with the name and color (red for production).
16+
17+
[Fix rotation detection for HDR videos](https://github.com/rails/rails/pull/50854)
18+
This fix removes the positional reference on *side_data* and explicitly searches for the "Display Matrix" property to retrieve the rotation angle.
19+
20+
[Consistently raise an ArgumentError when passing an invalid argument to a nested attributes association writer](https://github.com/rails/rails/pull/50804)
21+
Previously, this would only raise on collection associations and produce a generic error on singular associations. Now, it will raise on both collection and singular associations.
22+
23+
_You can view the whole list of changes [here](https://github.com/rails/rails/compare/@%7B2024-01-19%7D...main@%7B2024-01-26%7D)._
24+
_We had [23 contributors](https://contributors.rubyonrails.org/contributors/in-time-window/20240119-20240126) to the Rails codebase this past week!_
25+
26+
Until next time!
27+
28+
_[Subscribe](https://world.hey.com/this.week.in.rails) to get these updates mailed to you._

0 commit comments

Comments
 (0)