July 15, 2022
Rails security releases, Improved generator option handling and more...
Hi! Emmanuel here with updates from Rails over the last week. Rails Versions 7.0.3.1, 6.1.6.1, 6.0.5.1, and 5.2.8.1 have been released! A few days ago Rails released versions 7.0.3.1, 6.1.6.1,...
July 12, 2022
Rails Versions 7.0.3.1, 6.1.6.1, 6.0.5.1, and 5.2.8.1 have been released!
Hi everyone!!! Rails Versions 7.0.3.1, 6.1.6.1, 6.0.5.1, and 5.2.8.1 have been released! Yes, these are security releases and I think you should update. The releases have been made from the...
July 4, 2022
Improved PostgreSQL support, performance improvements and more...
Hi, this is Petrik, bringing you the latest news from the Rails world. Optimize Active Record batching Instead of specifying a long list of ids for batch queries (WHERE IN...
June 13, 2022
Rails Discord server is now open to the public
In the past few weeks, the Rails team has been working on a few changes to lower the barrier for new contributors to the framework. We started by disabling the...
May 23, 2022
Welcoming Ryuta, Jean, John to Core and Yasuo, Jonathan to Committers
I’m thrilled to announce three new awesome members to the Rails Core team, which will increase the total number of core members to a cool twelve, and help ensure we...
May 21, 2022
Bugfixes, guides improvement and more!
Hi, this is Greg, bringing you the latest news from the Rails world. Add ability to ignore tables by a regular expression for SQL schema dumps It was already possible...
May 14, 2022
More async queries, pattern matching and no more autoclosed PRs!
Hi, this is Petrik, bringing you the latest news from the Rails world. Async aggregate and find_by queries Active Record async support was limited to loading collections, but among the...
May 9, 2022
Rails 7.0.3, 6.1.6, 6.0.5, and 5.2.8 have been released!
Hi everyone, I am happy to announce that Rails 7.0.3, 6.1.6, 6.0.5, and 5.2.8 have been released. This is a bugfix release that includes a fix for when applications are...
April 26, 2022
Rails 7.0.2.4, 6.1.5.1, 6.0.4.8, and 5.2.7.1 have been released!
Hi everyone!!!! This is an announcement to let you know that Rails 7.0.2.4, 6.1.5.1, 6.0.4.8, and 5.2.7.1 have been released! These are security releases so please update as soon as...
March 27, 2022
Security improvements, reducing bytes and more!
Hi, this is Petrik, bringing you the latest news from the Rails world. Reduce the output of Rails::Railtie#inspect to the classname Anytime inspect was called on Rails::Application, it would output...