🎏 🐶 flag_shih_tzu v1.0.0 is finally out, 8 years after 0.3.23. There are breaking changes, and many new features, including multi-bit flags 🩵 think multiple enum attributes in a single integer column! Also complete Truffleruby and JRuby support.

 I write about the most important breaking change here:
https://dev.to/galtzo/why-flagshihtzu-is-changing-its-default-sql-for-bit-flags-41l9
#ruby #bitfields #activerecord

Why flag_shih_tzu is changing its default SQL for bit flags

flag_shih_tzu v1.0.0 changes the default query mode from IN lists to bit operators for safer rolling deploys.

DEV Community