Rails News

  • This Week in Rails: March 27, 2026

    Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. New Rails releases this week Rails 7.2.3.1, 8.0.4.1, and 8.1.2.1 shipped as security releases, followed by 8.0.5 and...

  • Rails Versions 8.0.5 and 8.1.3 have been released!

    Hello again everyone! Long time no see 😆. Rails Versions 8.0.5 and 8.1.3 have been released! These are regular bugfix releases. These also include the changes from yesterday’s security releases,...

  • 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...