Ruby on Rails News

The Rails Blog: News & Release Notes

Discover the latest Rails news, version releases, community updates, and feature announcements.

  • Meet the Rails World Speakers

    We are thrilled to unveil the lineup of speakers for the inaugural edition of Rails World, taking place on October 5 and 6 in Amsterdam. With the spotlight firmly on...

  • A much needed Active Storage documentation with a new option to trigger has_secure_token

    This is Emmanuel… you haven’t heard from me in a while. I’m doing great, and have a few merged pull requests that I want to share with you. Don’t show...

  • Preprocessed Active Storage variants and more

    Hi, Wojtek here. Let’s see what changed in the Rails codebase. Add an option to preprocess Active Storage variants in background job Active Storage variants are processed on the fly...

  • A CVE, two new Rails releases in a week, config.autoload_lib, and more!

    Happy Friday Everyone! This is Vipul, bringing you the latest changes in the Rails codebase. [CVE-2023-28362] Possible XSS via User Supplied Values to redirect_to If you haven’t already, its time...

  • Rails 7.0.6 has been released

    Hi everyone, I am happy to announce that Rails 7.0.6 has been released. CHANGES since 7.0.5 To view the changes for each gem, please read the changelogs on GitHub: Action...

  • Rails Versions 7.0.5.1, 6.1.7.4 have been released!

    Hi everyone! Rails versions 7.0.5.1 and 6.1.7.4 have been released! These are security releases, so please upgrade when you get a chance! You can check out the CVE details here....

  • Rails World website and ticket sales, CPK improvements and more!

    Hi, it’s Greg, bringing you the latest changes in the Rails codebase. Rails World’s site is live! The Rails World conference website is live from today. It was created by...

  • This Week in Rails - June 16, 2023

    Hi, it’s zzak. We’re officially half-way through June, and we’ve got a shorter edition this week but let’s hop in. Enable force_ssl=true in production by default This PR affects newly...

  • This Week In Rails - June 9, 2023

    Hi! Emmanuel here writing from a train to Katowice! There have been quite a few developments in the Rails codebase over the last few weeks! Let’s take a look at...

  • HTML5 sanitizer, path_params and more

    Hi, Wojtek here. Let’s explore this week’s changes in the Rails codebase. Update Action View to use HTML5 standards-compliant sanitizers Add support for HTML5 standards-compliant sanitizers, and default to Rails::HTML5::Sanitizer...