Active Record Bit Fields
Use an integer field to store a set of booleans using bitwise logic
0.23
Bit fields for ActiveRecord:
This gem lets you use a single integer column in an ActiveRecord model
to store a collection of boolean attributes (flags). Each flag can be used
almost in the same way you would use any boolean attribute on an
ActiveRecord object.
2021
2022
2023
2024
2025
2026
0.09
Bit array for ActiveRecord
2021
2022
2023
2024
2025
2026
0.17
Simple bitmask attribute support for ActiveRecord
2021
2022
2023
2024
2025
2026
0.11
Save migrations and columns by storing multiple booleans in a single integer
2021
2022
2023
2024
2025
2026
0.01
Enummer implements multi-value enums with bitwise operations.
2021
2022
2023
2024
2025
2026
0.01
Bitfield value object for ActiveModel. No hidden definitions. No callbacks. Magicless.
2021
2022
2023
2024
2025
2026
0.02
Provides an easy way to work with bit fields in active record
2021
2022
2023
2024
2025
2026