Rails

Rails adds beginless range support to clusivity

Rails now adds support to include the beginless range in active record inclusivity/exclusivity validators.

Read
Rails

Rails avoids queries when performing calculations on contradictory relation

Rails now avoids making a query to the database if the calculation contains a contradictory relation.

Read
Rails

Overuse of Rails engines

In this post, we will see how the overuse of engines could lead to some serious issues.

Read
Rails

Rails for Multi database defines reading_request? in resolver

Rails moves reading_request? method from the DatabaseSelector to the DatabaseSelector::Resolver class so that we can override the method in custom Resolver.

Read
Rails

Rails allows specifying the maximum number of records that will be destroyed in a single background job.

Rails adds an active record configuration to limit the maximum number of dependent records destroyed in a single background job.

Read
Rails

Rails allows using aliased attributes with insert_all and upsert_all

Rails 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