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

推荐订阅源

I
InfoQ
博客园_首页
美团技术团队
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
J
Java Code Geeks
T
Tailwind CSS Blog
Jina AI
Jina AI
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
爱范儿
爱范儿
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
宝玉的分享
宝玉的分享
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
博客园 - 三生石上(FineUI控件)
L
LangChain Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
V
Visual Studio Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

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
Rails 5.2.3.rc1 has been released!
David Heinemeier Hansson · 2019-03-22 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, March 22, 2019
Posted by rafaelfranca

Hi everyone,

I am happy to announce that Rails 5.2.3.rc1 has been released.

If no regressions are found, expect the final release on Wednesday, March 27, 2019. If you find one, please open an issue on GitHub and mention me (@rafaelfranca) on it, so that we can fix it before the final release.

CHANGES since 5.2.2

To view the changes for each gem, please read the changelogs on GitHub:

To see a summary of changes, please read the release on GitHub:

5.2.3.rc1 CHANGELOG

Full listing

To see the full list of changes, check out all the commits on GitHub.

SHA-256

If you’d like to verify that your gem is the same as the one I’ve uploaded, please use these SHA-256 hashes.

Here are the checksums for 5.2.3.rc1:

$ shasum -a 256 *-5.2.3.rc1.gem
353ad8bf6ae456c3392d2d38817263b242eafb8c36a56dc39ef168dba85913cf  actioncable-5.2.3.rc1.gem
489322d94165891a2aa3a5274f54fbba75f06d669d490bd265170356bcf8dd7e  actionmailer-5.2.3.rc1.gem
7b55fa598d3c4826112d482bafb2f34c94457bc142a2989cae56fdd4282212c8  actionpack-5.2.3.rc1.gem
43c69fc7e4f0088d67db47b048785d00568706e5959bd634d9c4b8c59bba6f85  actionview-5.2.3.rc1.gem
350e2e04dc5e18c69f8d9aa2b784bc30c170d4b8ea152fbb3a4a28423b6c639b  activejob-5.2.3.rc1.gem
c4e52ac78e393f30c3f553f772942d0e6b5834baa3046a4c7a5db028f894b414  activemodel-5.2.3.rc1.gem
8c4858ccee67a420f5c4cea16c558e8502eb7fa72808d532dc1ef33586fb23b1  activerecord-5.2.3.rc1.gem
c83e05b7906ae4f9c657d46fc007acb3ef6c2ad602e633980bc22e59a0c7aa5c  activestorage-5.2.3.rc1.gem
88e334741d202bf95ebdf0d8db54b7abb299ecdb6e516d7b5033c19ad6f3dedf  activesupport-5.2.3.rc1.gem
419a56071b85f5496de89810700d6bfab8c373ceb8beccc3052bbb6c8e3fc6b3  rails-5.2.3.rc1.gem
1a907c12473dec3cd543099245d7a23c045d4b52f92eb35f38fee211ee613084  railties-5.2.3.rc1.gem

As always, huge thanks to the many contributors who helped with this release.