Ruby on Rails News

The Rails Blog: News & Release Notes

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

  • Rails 6.0.2.1 has been released!

    Hi everyone, I am happy to announce that Rails 6.0.2.1 has been released. This is a complementary release to rack in order to address CVE-2019-16782. CHANGES since 6.0.2 To view...

  • Rails 6.0.2 has been released!

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

  • Rails 6.0.2.rc2 has been released!

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

  • 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....