Sunday, November 25, 2018

Parallel tests on Windows, query cache with multiple databases and more!

Posted by GregMolnar

Hello fellow Rubyists. This is Greg bringing you the latest updates from Rails.

Fix parallel tests on Windows

This pull request fixes an issue with running tests in parallel on Windows.

Allow using queue prefix with a default queue name

In Active Job, now if you define a queue_name_prefix it will be applied to the queue name set by default_queue_name as well.

Fix query cache for multiple connections

Active Records query cache now supports multiple database connections.

30 peoplecontributed to Rails last week. If you want to be part of that, check out the issues list. Until next time.