Rails News

  • Rails Versions 7.2.3.1, 8.0.4.1, and 8.1.2.1 have been released!

    Hi friends! Rails Versions 7.2.3.1, 8.0.4.1, and 8.1.2.1 have been released! These are security patches addressing 10 security issues: An issue where in development mode, an exception could be printed...

  • This Week in Rails: March 20, 2026

    Hi, it’s gregmolnar. Let’s explore this week’s changes in the Rails codebase. Batch SQL statements when creating tables This change batches the SQL statements during loading a database schema to...

  • Validate URI scheme in Action Text and more

    Hi, Wojtek here. Let’s quickly look at a few of this week’s fixes. Validate URI scheme in Action Text markdown link conversion Add a Rails::HTML::Sanitizer.allowed_uri? check to markdown_link. When the...

  • This Week in Rails: March 6, 2026

    Hi, it’s Claudio Baccigalupo. Let’s explore this week’s changes in the Rails codebase. Set read-only permissions for GitHub Actions workflow generated by rails new The workflow will run with the...

  • Planning Center is the newest Rails Foundation Contributing member

    We’re excited to welcome Planning Center as a Contributing member of the Rails Foundation - the first new member in 2026! Founded in 2005 and headquartered in Carlsbad, CA (with...

  • Action Text gets Markdown conversion, editor links in devcontainers, and more!

    Hey there, it’s Emmanuel Hayford. A fresh batch of Rails changes just dropped, let’s get into it. Action Text to_markdown generates markdown links for blobs When a rendering context is...

  • New date time helpers, improved hash methods and more!

    Hi, it’s Vipul. Let’s explore this week’s changes in the Rails codebase! Don’t filter StructuredEventSubscriber payloads Previously, StructuredEventSubscriber was filtering out certain keys from event payloads. This PR removes that...

  • This Week in Rails: February 13, 2026

    Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. Add extension point to customize transaction for persistence methods Extracts the implicit transaction creation in persistence methods into...

  • This Week in Rails: February 6, 2026

    Happy Friday! This is Greg, bringing you the latest changes in the Rails codebase. It was a quiet week, but there are still noteworthy changes, let’s explore them. Read from...

  • Disabled query cache in console and bugfixes

    Hi, Wojtek here. Let’s see what changed in the Rails codebase. Disable the Active Record query cache in the console by default Pass –query-cache to enable it for the session....