December 8, 2023
Allow object_id as a column name for Active Record and a lot more!
Take Active Record affixes into account for Active Storage database models This pull request ensures that all Active Storage database-related models adhere to the ActiveRecord::Base.table_name_prefix configuration. Make isolated engines aware...
November 27, 2023
The official Rails job board is live
The mission of the Rails Foundation is to help the Rails ecosystem prosper, and one way we can do that is by connecting programmers and companies working with Rails. So...
November 24, 2023
ErrorReporter#unexpected, with_routing test helpers and more!
Happy Thanksgiving weekend everyone! This is Vipul bringing you the latest from this week’s changes in the Rails codebase. ErrorReporter#unexpected to report in production but raise in development This change...
November 17, 2023
Action Mailer bug report template, Active Storage fixes and more!
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Fix word_wrap with empty string This pull request fixes word_wrap to return an empty string instead of nil...
November 10, 2023
Rails 7.1.2 has been released!
Hi everyone, I am happy to announce that Rails 7.1.2 has been released. CHANGES since 7.1.1 To see a summary of changes, please read the release on GitHub: 7.1.2 CHANGELOG...
November 10, 2023
YJIT enabled by default, Active Model improvements and much more
Hi, it’s Wojtek. This week, the documentary movie about the origins of Ruby on Rails premiered. You can see it on the Honeypot YouTube channel. Now, let’s explore this week’s...
November 3, 2023
"INSERT...RETURNING" for MariaDB, "SET CONSTRAINTS" for PostgreSQL, "DEFERRABLE" foreign keys for SQLite and much more!
Hey, zzak here with the first edition of This Week in Rails for November, 2023. Support RETURNING clause for MariaDB This PR adds support for the INSERT ... RETURNING expression...
October 27, 2023
Reduce memory used by ActiveSupport::Callbacks, non-column-backed attributes for enum and more!
Hi! This is Vipul bringing you the latest from this week’s changes in the Rails codebase. Reduce memory used by ActiveSupport::Callbacks Previously, callbacks which were shared with subclasses would not...
October 23, 2023
Celebrating the first Rails Luminaries: Chris Oliver & Tobias Lütke
We are thrilled to announce the inaugural winners of the Rails Luminary Award, a new tradition established by the Rails Foundation to honor those who have made outstanding contributions to...
October 20, 2023
Rails World talks online, fix of a 13 years old bug and more!
Hi, it’s Greg, bringing you this week’s changes in the Rails codebase. Rails World talks are online The talks from Rails World 2023 are now available to watch online! You...