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

推荐订阅源

D
DataBreaches.Net
IT之家
IT之家
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
L
LangChain Blog
博客园 - Franky
美团技术团队
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
小众软件
小众软件
Y
Y Combinator Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News

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.