June 15, 2021
Rails 6.0.4 has been released
Hi everyone, I am happy to announce that Rails 6.0.4 has been released. CHANGES since 6.0.3 To view the changes for each gem, please read the changelogs on GitHub: Action...
June 11, 2021
Active Storage audio improvements and more
Hi, Wojtek here with the summary of changes from the last week. Add audio analyzer to Active Storage It extracts duration and bit rate of audio files and stores it...
May 28, 2021
Active Record Encryption, several performance optimizations, and much MORE!
Hi, zzak here! お久しぶりです! This time I will be recapping the past month or so of Rails. Hang on! There’s a ton of stuff to catch up on!! Active Record...
May 5, 2021
Rails versions 6.1.3.2, 6.0.3.7, 5.2.4.6, and 5.2.6 have been released!
Hi everyone! Rails versions 6.1.3.2, 6.0.3.7, 5.2.4.6, and 5.2.6 have been released! These releases contain important security fixes, so please update when you can! Here is a list of the...
May 2, 2021
Rails Governance
As some questions have been raised about how the Rails project’s governance functions, we’d like to clarify how the team is structured and how we operate: Ruby on Rails is...
March 26, 2021
Rails 5.2.5, 6.0.3.6 and 6.1.3.1 have been released
Hey everyone! Rails versions 5.2.5, 6.0.3.6 and 6.1.3.1 have been released. These versions upgrade Active Storage’s Marcel dependency to version 1.0.0. Before 1.0.0, Marcel—which is distributed under the terms of...
February 17, 2021
Rails 6.1.3 has been released
Hi everyone, I am happy to announce that Rails 6.1.3 has been released. CHANGES since 6.1.2 To view the changes for each gem, please read the changelogs on GitHub: Action...
February 10, 2021
Rails 5.2.4.5, 6.0.3.5 and 6.1.2.1 have been released
Hey everyone! Rails version 5.2.4.5, 6.0.3.5 and 6.1.2.1 have been released! Those version are security releases and addresses two issues: [CVE-2021-22880] Possible DoS Vulnerability in Active Record PostgreSQL adapter [CVE-2021-22881]...
February 9, 2021
Rails 6.1.2 has been released!
Hi everyone, I am happy to announce that Rails 6.1.2 has been released. CHANGES since 6.1.1 To view the changes for each gem, please read the changelogs on GitHub: Action...
January 24, 2021
Defaults to "main" branch name, new webpacker guide and improved strict loading
Hi, Wojtek here with the summary of changes from the last days. Renamed master branch to main in the Rails repository As mentioned by DHH and performed by Rafael França...