September 9, 2023
Rails 7.0.8 has been released
Hi everyone, I am happy to announce that Rails 7.0.8 has been released. CHANGES since 7.0.7 To see a summary of changes, please read the release on GitHub: 7.0.8 CHANGELOG...
September 8, 2023
Infer primary_key: :id on associations with composite primary key models, add validation option for enum and more!
Hi! This is Vipul bringing you the latest from this week’s changes in the Rails codebase. Infer primary_key: :id on associations with composite primary key models Prior to this change,...
August 28, 2023
Calling recent Le Wagon grads: Be the face of Rails World as an emcee!
The Rails Foundation has partnered with Le Wagon to search for two outstanding emcees to host our Rails World stages in Amsterdam this October. The roles will be filled with...
August 25, 2023
This Week in Rails - August 25
Hi, Wojtek here. Let’s explore last 2 week’s changes in the Rails codebase. Rails Versions 7.0.7.2, 6.1.7.6 have been released Just after the previous security releases 7.0.7.1, 6.1.7.5 but with...
August 22, 2023
Rails Versions 7.0.7.2, 6.1.7.6 have been released!
Hi everyone! While I was testing the workaround for the most recent security release, I set my umask to 0077 and forgot to set it back before packaging the release....
August 22, 2023
Rails Versions 7.0.7.1, 6.1.7.5 have been released!
Hi everyone! Rails versions 7.0.7.1 and 6.1.7.5 have been released! These are security releases, so please upgrade when you get a chance! You can check out the CVE details here....
August 11, 2023
A new release, Action Mailer preview empty states, bugfixes and more!
Hi, it’s Greg, bringing you the latest changes in the Rails codebase. Introducing the Rails Luminary Awards: Nominations Now Open Starting at Rails World in October, the Rails Foundation will...
August 10, 2023
Rails 7.0.7 has been released
Hi everyone, I am happy to announce that Rails 7.0.7 has been released. CHANGES since 7.0.6 To view the changes for each gem, please read the changelogs on GitHub: Action...
August 8, 2023
Introducing the Rails Luminary Awards: Nominations Now Open
Starting at Rails World in October, the Rails Foundation will establish a new tradition of celebrating Rails Luminaries- people who’ve contributed to the Rails ecosystem and community with exceptional code,...
August 4, 2023
Omit webdrivers gem from new apps Gemfile, support for filtering tests by line range and more!
Hi! This is Vipul bringing you the latest from this week’s changes in the Rails codebase. Introduce config.dom_testing_default_html_version and use Rails::Dom::Testing to parse HTML in test helpers Previously support was...