Rails

Rails adds include_seconds option to datetime_field.

Rails now allows to omit seconds part in the input field by adding the include_seconds option to datetime_field.

Read
Rails

Rails preserves entry TTL when incrementing or decrementing an integer value.

Rails now preserve expires_in while incrementing or decrementing an integer value in MemoryStore to be more consistent with MemCacheStore and RedisCacheStore.

Read
ci/cd

How to set up a CI/CD workflow for Expo React Native application using Github Actions.

In this blog, we will see how to set up a CI/CD workflow using Github Actions for the Expo React Native application.

Read
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