Hi, Wojtek from this side with a small set of changes since the last week.
The second release candidate for Rails 6.1 has been released and brings a more robust experience for those already trying this version.
This change allows for applications to optionally run a default_scope
on update and delete queries in addition to current behavior on get and insert statements, by adding all_queries: true.
Ease generating consistent DOM ids in given form context.
With Rails 6.1 version form_with will generate non-remote forms by default.
17 people contributed to Rails since last time. Check out the detailed list of all changes. Until next week!