Skip to content

Commit 1d501ea

Browse files
authored
Add TWIR 11.07.2025 (#524)
1 parent b1ef077 commit 1d501ea

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: post
3+
title: "Added rename_schema and more"
4+
categories: news
5+
author: Wojtek
6+
og_image: assets/images/this-week-in-rails.png
7+
published: true
8+
date: 2025-07-11
9+
---
10+
11+
Hi, [Wojtek](https://x.com/morgoth85) here. Let's explore this week's changes in the Rails codebase.
12+
13+
*Farewell RailsConf!*
14+
800 devs gathered in Philadelphia to share memories and say goodbye at the final RailsConf. Huge thanks to Ruby Central and all the speakers and attendees who made it such a memorable event over the past 19 years.
15+
16+
[Add rename_schema method for PostgreSQL](https://github.com/rails/rails/pull/55293)
17+
To complement already existing *add_schema*, *drop_schema* and *schema_exists?* methods.
18+
19+
[Improve error message for table index length validation](https://github.com/rails/rails/pull/55313)
20+
Includes current character length in error messages for index and table name length validations.
21+
22+
[Validate encoding on query keys](https://github.com/rails/rails/pull/55319)
23+
Always check query string keys for valid encoding just like values are checked.
24+
25+
[Deprecate escape_json_responses at the method call](https://github.com/rails/rails/pull/54840)
26+
Instead of emitting the deprecation in an initializer, it now emits the deprecation when calling the writer method.
27+
Follow up to [#54643](https://github.com/rails/rails/pull/54643).
28+
29+
_You can view the whole list of changes [here](https://github.com/rails/rails/compare/@%7B2025-07-04%7D...main@%7B2025-07-11%7D)._
30+
_We had [26 contributors](https://contributors.rubyonrails.org/contributors/in-time-window/20250704-20250711) to the Rails codebase this past week!_
31+
32+
Until next time!
33+
34+
_[Subscribe](https://world.hey.com/this.week.in.rails) to get these updates mailed to you._

0 commit comments

Comments
 (0)