January 19, 2024
A class method to introspect delegated types, schema_dump configuration via DATABASE_URL, etc
As the morning sun casts its gentle glow, I find myself aboard a train bound for Szklarska Poręba. I’m literally on Rails! I thought, what better setting to share the...
January 16, 2024
Rails 7.1.3 has been released!
Hi everyone, I am happy to announce that Rails 7.1.3 has been released. CHANGES since 7.1.2 To see a summary of changes, please read the release on GitHub: 7.1.3 CHANGELOG...
January 12, 2024
Updated Puma configuration, Object#with block support, and more!
Hi! Vipul here with the second edition of This Week in Rails for 2024! This second week continues with a flurry of activity with more than 140+ changes making in....
January 5, 2024
Omakase RuboCop, Brakeman, Ruby 3.1+, allow_browser, rate_limit, and more
Hi, zzak here with the first edition of This Week in Rails for 2024. This year started off with a ton of contributions, nearly 170 commits, sorry we couldn’t fit...
December 29, 2023
This year in Rails, a summary of 2023
This is Emmanuel, Greg, Vipul, Wojciech, and Zzak, bringing you the summary of what happened with Rails in the past year. It was a busy year with over 4300 commits...
December 27, 2023
Reflecting on 2023: Rails Foundation's Inaugural Year
As 2023 winds to a close, it’s time to reflect on the first year of the Rails Foundation. Work on the mission began in earnest in February, and we accomplished...
December 22, 2023
This Week in Rails: bug report template changes, new test helpers and more!
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Rails World 2024 updates The venue, the sponsorship options, information about the CFP and the ticket costs were...
December 21, 2023
Rails World 2024 update: venue, sponsorships, CFP, and cost
We have been getting a lot of questions about Rails World 2024 in Toronto, so here is an update of everything we can share right now. Rails World (full website...
December 15, 2023
Exposed queries assertion methods and more
Hi, it’s Wojtek with latest changes in the Rails codebase. Expose queries test assertion methods To assert the expected number of queries are made, Rails internally uses assert_queries and assert_no_queries....
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...