order_query v0.5.0 Release Notes

Release Date: 2019-08-27 // over 4 years ago
    • ๐Ÿš… Rails 6 now supported.
    • ๐Ÿ›  Fixes support for nils with explicit order, when a nil is neither the first nor the last element of the explicit order, e.g. status: ['assigned', nil, 'fixed']. #93b08877

Previous changes from v0.4.1

    • If a column had a nulls: option and there were multiple records with NULL, all of these records but one were previously skipped. This is now fixed. #21