The Rails Blog: News & Release Notes

Discover the latest Rails news, version releases, community updates, and feature announcements.

  • Rails 6.0.2.rc1, 5.2.4, and something different…

    Hey readers! This is Kasper bringing you the latest news in Rails. I’m writing from deep winter-like Copenhagen, starting on the last month of the decade. Speaking of progress, Rails...

  • Rails 5.2.4 has been released!

    Hi everyone, I am happy to announce that Rails 5.2.4 has been released. CHANGES since 5.2.3 To view the changes for each gem, please read the changelogs on GitHub: Action...

  • Rails 6.0.2.rc1 has been released!

    Hi everyone, I am happy to announce that Rails 6.0.2.rc1 has been released. If no regressions are found, expect the final release on Monday, December 2, 2019. If you find...

  • Rails 5.2.4.rc1 has been released!

    Hi everyone, I am happy to announce that Rails 5.2.4.rc1 has been released. This is going to be the last bug fix release of the 5.2 series, so please test...

  • Rails 6.0.1, database connection improvements, and more

    Hey there! This is Daniel bringing you the latest news in Rails. I am writing from RubyConf in Nashville, so come find me and say hello if you are here...

  • Rails 6.0.1 released

    Hi everyone, I am happy to announce that Rails 6.0.1 has been released. CHANGES since 6.0.0 To view the changes for each gem, please read the changelogs on GitHub: Action...

  • Reestablish previous connection, duplicate cached values and run inline jobs

    Hello! This is Roque bringing the latest news from the Rails community. Reestablish connection to previous database after migrating The migrate task iterates and establish a connection over each database....

  • Rails 6.0.1 RC1 released

    Hi everyone, I am happy to announce that Rails 6.0.1.rc1 has been released. If no regressions are found, expect the final release on Tuesday, November 5, 2019. If you find...

  • Permanent public URLs for storage blobs and more

    Hello Ruby folks. Wojtek from this side reporting on latest additions to Rails codebase. Add permanent URLs for public storage blobs It is now possible to configure Active Storage to...

  • New attribute methods, regex matching and more!

    Hello! Tim here with the latest scoop on Ruby on Rails! New *_previously_was attribute methods! Your models just got a sprinkling of a little extra sugar. For any given attribute...