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...
January 11, 2021
Hello 2021: Sole record, Same form multiple verbs, Validator with range, Rich text control
Hi there. Andy here, with the first newsletter of 2021, highlighting some updates to Ruby on Rails over the last few weeks. Let’s jump right in! Find and assert the...
January 7, 2021
Rails 6.1.1 has been released
Hi everyone, I am happy to announce that Rails 6.1.1 has been released. CHANGES since 6.1.0 To view the changes for each gem, please read the changelogs on GitHub: Action...
December 20, 2020
This week in Rails: benchmark anywhere, bugfixes and more!
Hi there, it is Greg, bringing you the latest news about Rails! Rails 6.1 released! Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more! Rails...
December 9, 2020
Rails 6.1: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more!
Rails 6.1 has been released and wow does it have a lot of great stuff! We’ve been hard at work these past few months implementing improvements to multiple databases, adding...
December 4, 2020
Rails 6.1 RC2 and some enhancements
Hi, Wojtek from this side with a small set of changes since the last week. Rails 6.1 RC2 released The second release candidate for Rails 6.1 has been released and...
December 1, 2020
Rails 6.1 RC2: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more!
The second release candidate for Rails 6.1 has been released and brings a more robust experience for those already trying this version. We’ve been hard at work tweaking and adjusting...
November 30, 2020
New Active Record and Action View capabilities, bug fixes and more!
Hello! Andy here, highlighting some of the contributions to Ruby on Rails over the last week. Let’s dive in! Add where.associated to check association presence The Changelog covers how to...