Discover the latest Rails news, version releases, community updates, and feature announcements.
July 30, 2019
The final version of Rails 6.0 is almost ready, but before we put a pin in it, please enjoy this second release candidate. We’ve cleared all the blockers that were...
July 20, 2019
Hello! This is Roque bringing the latest news from the Rails community. It’s been awhile so let’s see what has changed since then… Oops, since last week 😜 Preserve existing...
July 15, 2019
Hey all! This is Daniel from Brooklyn, NY bringing you the latest news in Rails. Add database_exists? method to connection adapters The database_exists? method does what you might think—it checks...
July 6, 2019
Hi there. This is Greg bringing you latest news from the Rails world. We had a quiet week, so I won’t take long. Fix schema dumping for enum and set...
June 30, 2019
Ahoy all! 🚢 Step aboard as we cruise through the Rails news this week. Summer has really hit its simmering point for many a Rails contributor: we’re seeing fewer contributions....
June 16, 2019
Hi there. This is Wojtek bringing you goodies from the Rails world. Document multiple databases Gives a great overview of available multiple database features coming in Rails 6. Mirror direct...
May 18, 2019
Hello fellow Rubyist! This is Greg, bringing the latest news about the Rails framework! Fill a Trix editor easily in system tests ActionDispatch::SystemTestCase#fill_in_rich_text_area can locate and fill a Trix editor...
April 27, 2019
Hop aboard fellow traveler! Here’s your friendly conductor Kasper revving up to give you a brand spanking new issue for the price of zilch. We’re just about to roll into...
April 24, 2019
Okay, so we didn’t quite make our aspirational release schedule, but Rails 6 is now almost ready, so here’s the first release candidate! There isn’t anything remarkably new compared to...
April 19, 2019
Hello. This is Wojtek reporting on recent changes from Rails world. Collection cache versioning Add cache_version on relation to support recyclable cache keys via the versioned entries in ActiveSupport::Cache. This...