CINXE.COM
Ruby on Rails — Blog
<!doctype html> <html lang="en"> <head> <title>Ruby on Rails — Blog</title> <meta charset="utf-8" /> <meta content="ie=edge" http-equiv="x-ua-compatible" /> <meta name="handheldfriendly" content="true" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern." /> <meta property="og:site_name" content="Ruby on Rails" /> <meta property="og:title" content="Blog" /> <meta property="og:description" content="A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern." /> <meta property="og:image" content="https://rubyonrails.org/assets/images/opengraph.png" /> <meta property="og:url" content="https://rubyonrails.org/blog/" /> <meta property="og:type" content="website" /> <meta name="twitter:title" content="Blog" /> <meta name="twitter:description" content="A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern." /> <meta name="twitter:image" content="https://rubyonrails.org/assets/images/opengraph.png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:creator" content="@rails" /> <meta name="twitter:image:alt" content="Ruby on Rails" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebPage", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://rubyonrails.org/blog/" }, "name": "Ruby on Rails", "headline": "Blog", "description": "A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.", "url": "https://rubyonrails.org/blog/", "image": "https://rubyonrails.org/assets/images/opengraph.png" } </script> <script defer data-domain="rubyonrails.org" src="https://plausible.io/js/script.js"></script> <link rel="icon" href="/assets/images/favicon.png" /> <link rel="stylesheet" href="/assets/css/style.css" /> <link rel="alternate" type="application/rss+xml" href="/feed.xml" title="The official Ruby on Rails blog"> </head> <body> <nav class="nav"> <a class="nav__logo" href="/" aria-label="Ruby on Rails"></a> </nav> <div class="layout"> <div class="heading common-padding--bottom-small common-padding--top-small"> <div class="container"> <div class="heading__body"> <div class="heading__headline common-headline"> <div class="heading__buttons"> <ul> <li><a href="/blog"><span>Everything</span></a></li> <li><a href="/category/releases"><span>Releases</span></a></li> <li><a href="/category/news"><span>News</span></a></li> </ul> </div> </div> </div> </div> </div> <div class="blog common-padding--bottom"> <div class="container"> <div class="blog__posts"> <div class="blog__post"> <h6>November 22, 2024</h6> <dl> <dt><a href="/2024/11/22/this-week-in-rails">Active Support's NotificationAssertions and `sql.active_record` gets `affected_rows`</a></dt> <dd>Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. Add Active Support Notifications test helper module This PR has been created because it’s currently cumbersome to test...</dd> </dl> </div> <div class="blog__post"> <h6>November 15, 2024</h6> <dl> <dt><a href="/2024/11/15/this-week-in-rails">Rails 8 demo, Rails World re-edited videos, NotificationAssertions and more!</a></dt> <dd>Hey everyone, Happy Friday! Vipul here with the latest updates for This Week in Rails. Let’s dive in! Rails 8: The Demo In case you missed it, Rails 8 was...</dd> </dl> </div> <div class="blog__post"> <h6>November 12, 2024</h6> <dl> <dt><a href="/2024/11/12/rails-world-videos-localized-and-reedited">Rails World 2024 videos re-edited and localized in 3 languages</a></dt> <dd>Hi everyone! We’re pleased to announce that thanks to Rails World sponsor Happy Scribe, all Rails World 2024 videos are now available with Japanese, Brazilian Portuguese, and Spanish subtitles. Happy...</dd> </dl> </div> <div class="blog__post"> <h6>November 8, 2024</h6> <dl> <dt><a href="/2024/11/8/this-week-in-rails">Rails 8.0 and more</a></dt> <dd>Hi, Wojtek here. Let’s explore this week’s Rails news. Rails 8 has been released Along with the announcement, you can read the release changelog. Action Controller guide improvements review Along...</dd> </dl> </div> <div class="blog__post"> <h6>November 7, 2024</h6> <dl> <dt><a href="/2024/11/7/rails-8-no-paas-required">Rails 8.0: No PaaS Required</a></dt> <dd>Deploying modern web apps – with all the provisions needed to be fast and secure while easily updateable – has become so hard that many developers don’t dare do it...</dd> </dl> </div> <div class="blog__post"> <h6>November 1, 2024</h6> <dl> <dt><a href="/2024/11/1/this-week-in-rails">Default Regexp.timeout and more!</a></dt> <dd>Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Cast query_cache value when using URL configuration for Active Record When configuring the Active Record connection with DATABASE_URL,...</dd> </dl> </div> <div class="blog__post"> <h6>October 31, 2024</h6> <dl> <dt><a href="/2024/10/31/Rails-Versions-7-2-2-and-7-1-5-have-been-released">Rails Versions 7.1.5 and 7.2.2 have been released!</a></dt> <dd>Hi friends! I’m happy to announce that Rails 7.1.5 and 7.2.2 have been released. These are regular bugfix releases. This is likely to be the last set of bug fixes...</dd> </dl> </div> <div class="blog__post"> <h6>October 25, 2024</h6> <dl> <dt><a href="/2024/10/25/this-week-in-rails">Active Job config `enqueue_after_transaction_commit` has been deprecated</a></dt> <dd>Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. Deprecate setting the behavior of deferring job queueing until after commit The active_job.enqueue_after_transaction_commit setting has been deprecated. This...</dd> </dl> </div> <div class="blog__post"> <h6>October 23, 2024</h6> <dl> <dt><a href="/2024/10/23/Rails-Versions-7-0-8-6-7-1-4-2-and-7-2-1-2-have-been-released">Rails Versions 6.1.7.10, 7.0.8.6, 7.1.4.2, and 7.2.1.2 have been released!</a></dt> <dd>Hello again! Rails Versions 6.1.7.10, 7.0.8.6, 7.1.4.2, and 7.2.1.2 have been released! These address a single bug in last week’s security releases in the block_format helper. Compared to last week’s...</dd> </dl> </div> <div class="blog__post"> <h6>October 18, 2024</h6> <dl> <dt><a href="/2024/10/18/this-week-in-rails">New Maintenance policy, CVE releases, Rails World talks and more!</a></dt> <dd>Hey everyone, Happy Friday! Vipul here with the latest updates for This Week in Rails. Let’s dive in! Rails World talks are out! Check out the recap of these talks...</dd> </dl> </div> </div> <div class="blog__pagination"> <a href="/blog/page/2" class="common-button common-button--color-red"><span>See more posts…</span></a> </div> </div> </div> </div> <footer class="footer common-background--grey common-padding--bottom common-padding--top common-shape--top-white-up-left"> <div class="footer__logo"><a href="/" aria-label="Ruby on Rails"></a></div> </footer> </body> </html>