Rails now adds support to include the beginless range in active record inclusivity/exclusivity validators.
ReadRails now avoids making a query to the database if the calculation contains a contradictory relation.
ReadIn this post, we will see how the overuse of engines could lead to some serious issues.
ReadRails moves reading_request? method from the DatabaseSelector to the DatabaseSelector::Resolver class so that we can override the method in custom Resolver.
ReadRails adds an active record configuration to limit the maximum number of dependent records destroyed in a single background job.
ReadRails is continuously adding convenience to make active record queries more flexible. Now, Rails has added support to use aliased attributes with insert/upsert_all.
Read