惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
博客园_首页
博客园 - 【当耐特】
量子位
S
SegmentFault 最新的问题
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
V
Visual Studio Blog
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
Y
Y Combinator Blog
博客园 - 聂微东
The Cloudflare Blog
小众软件
小众软件
J
Java Code Geeks
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
H
Help Net Security
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享

Ruby on Rails: Compress the complexity of modern web apps

Safer to_i coercion, custom to_fs formats, and more! This Week in Rails: May 16, 2026 This Week in Rails: May 8, 2026 This Week in Rails: May 1, 2026 Active Record gets better every week Great big Rails World 2026 update: CFP, Corporate Support tickets, workshops Query command for database queries and more Explicit query: and body: kwargs for integration tests and more! Speedup ActiveRecord::LogSubscriber#sql_color and more! This Week in Rails: March 27, 2026 Rails Versions 8.0.5 and 8.1.3 have been released! Rails Versions 7.2.3.1, 8.0.4.1, and 8.1.2.1 have been released! This Week in Rails: March 20, 2026 Validate URI scheme in Action Text and more This Week in Rails: March 6, 2026 Planning Center is the newest Rails Foundation Contributing member Action Text gets Markdown conversion, editor links in devcontainers, and more! BARRA seeks Rails developer Joe Agliozzo is looking for a Rails developer The rise of lighttpd as the alternative web server When longer is better and more is more Snowdevil: First e-tailer on Rails Natural selection for frameworks in Ruby vs Java Address book tutorial in Portuguese Becoming a better programmer with Rails 10 Things Every Java Programmer Should Know About Ruby Really Getting Started in Rails Off the Treadmill, Onto the Rails Rails 0.9.5: A world of fixes and tweaks Rich clients with Rails and XUL
The beginning of Trilogy, ChatGPT as a contributor
David Heinemeier Hansson · 2023-04-21 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, April 21, 2023
Posted by Wojtek

Hi. Wojtek here. We had 88 contributors this week including ChatGPT! Let’s explore the changes.

AppSignal is the newest contributing member of The Rails Foundation
It’s the third company to join The Rails Foundation as a contributing member.

Introduce adapter for Trilogy
Trilogy is a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding. The Trilogy database client and corresponding Active Record adapter were both open sourced by GitHub last year.

Improve password length validation for BCrypt compatibility
Everything in this pull request, including the code, tests, changelog, commit message, pull request title and description were created by ChatGPT with some guidance.

Add ActiveSupport::MessagePack
ActiveSupport::MessagePack is a serializer that integrates with the msgpack gem to serialize a variety of Ruby objects. Compared to JSON and Marshal, AS::MessagePack can provide a performance improvement and message size reduction.

Allow queue adapters to provide a custom name
This gives queue adapters more freedom to name and organize their code.

Adds support USING INDEX for unique constraints in PostgreSQL.
Follow up to a recent feature with PostgreSQL unique constraints Adds :using_index option to use an existing index when defining a unique constraint.

Show reason for foreign key error when loading fixtures
Ease to spot issues with loading fixtures by getting appropriate error message with details.

Reduce captures in ActiveSupport::Inflector#underscore
This pull request changes a gsub! in ActiveSupport::Inflector#underscore to not use captures. This skips creating small strings by $1/$2 and appending an underscore, and instead, excludes the character to be kept from the replacement target.

You can view the whole list of changes here.
We had 88 contributors to the Rails codebase this past week!

Until next time!

Subscribe to get these updates mailed to you.