Rails now allows to omit seconds part in the input field by adding the include_seconds option to datetime_field.
ReadRails now preserve expires_in while incrementing or decrementing an integer value in MemoryStore to be more consistent with MemCacheStore and RedisCacheStore.
ReadRails 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.
Read