Rails News

  • Date.this_quarter? and more

    Hi, Wojtek here. Let’s explore this week’s changes in the Rails codebase. The Rails Foundation is inviting RUG organizers from around the world to apply to be a Rails World...

  • Calling All RUG Organizers: Want to MC Rails World this year?

    The Rails Foundation is looking for two people to be MCs at Rails World this year, and we think that some of the best candidates are already doing the job...

  • ProxyLogger, MIME deprecations, and more fixes

    Hi, it’s Emmanuel Hayford. Let’s explore this week’s changes in the Rails codebase. Make add_foreign_key(if_not_exists: true) reversible Inverting add_foreign_key ..., if_not_exists: true produced remove_foreign_key ..., if_not_exists: true: recorder.inverse_of(:add_foreign_key, [:articles, :authors,...

  • Final step in the Learn Rails tutorial series: Product Reviews

    Over the past year and a half, the Rails Foundation has partnered with Chris Oliver to create a set of tutorials designed to help new developers build a real-world Rails...

  • RFC 9110 Accept headers, dotenv fixes, and Ractor safety

    Hi, it’s Vipul. This week was heavy on fixes: config parsing, association edge cases, caller-owned state, and more Ractor safety. Add RFC 9110 compliant Accept header content negotiation opt-in New...

  • Here are the Rails World 2026 speakers

    The fourth edition of Rails World is fast approaching with just over three months to go, so it’s time to meet the speakers who will join us this year in...

  • This Week in Rails: June 19, 2026

    Hi, it’s zzak. This week was full of changes, so let’s pull into the station and take a look. Last Rails World GA tickets available Heads up: there are now...

  • This Week in Rails: June 12, 2026

    Hi, it’s Greg, bringing you this week’s changes in the Rails codebase. Fix increment! with explicit query constraints This pull request fix increment! / decrement! on models with query constraints...

  • Better guides, better framework

    Hi, it’s Claudio. Let’s explore this week’s changes in the Rails codebase. The revamped Active Job guide is live Check out the new Active Jobs Basics guide to learn everything...

  • Action Cable adapterization and more

    Hi, Wojtek here. Let’s see a huge list of this week’s changes in the Rails codebase. Action Cable server adapterization Extract low-level Action Cable server responsibilities into ActionCable::Server abstractions. This...