November 1, 2024
Default Regexp.timeout and more!
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,...
October 31, 2024
Rails Versions 7.1.5 and 7.2.2 have been released!
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...
October 25, 2024
Active Job config `enqueue_after_transaction_commit` has been deprecated
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...
October 23, 2024
Rails Versions 6.1.7.10, 7.0.8.6, 7.1.4.2, and 7.2.1.2 have been released!
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...
October 18, 2024
New Maintenance policy, CVE releases, Rails World talks and more!
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...
October 15, 2024
Rails Versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1 have been released!
Hi everyone! Rails Versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1 have been released! These are security patches addressing 4 possible ReDoS (Regular expression Denial of Service) attacks. All of these only...
October 15, 2024
New Rails maintenance policy and end of maintenance announcements
We’re excited to announce updates to our maintenance policy for Ruby on Rails. These changes are designed to provide clarity on our support timelines and help you plan your Rails...
October 15, 2024
Rails World 2024 Recap - All talks now online!
All the talks from Rails World 2024 are now available online! Revisit your favorite sessions or catch up on ones you missed on the Rails World 2024 YouTube playlist. On...
October 11, 2024
Lazy i18n watcher on boot and more
Hi, Wojtek here still feeling the good vibe of the Rails World. Cheers to all the attendees and see you in Amsterdam! Fireside Chat with DHH, Matz and Tobi The...
October 4, 2024
Make Float distinguish between float4 and float8 in PostgreSQL and more
Hi, it’s Greg, bringing to you the latest changes from Rails, while recovering from an amazing Rails World experience. Make ActionController::AllowBrowser::BrowserBlocker private To reduce the API surface area of the...