You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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