Active Record Bit Fields
Use an integer field to store a set of booleans using bitwise logic
0.24
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.
2020
2021
2022
2023
2024
2025
0.18
Simple bitmask attribute support for ActiveRecord
2020
2021
2022
2023
2024
2025
0.12
Save migrations and columns by storing multiple booleans in a single integer
2020
2021
2022
2023
2024
2025
0.09
Bit array for ActiveRecord
2020
2021
2022
2023
2024
2025
0.02
Provides an easy way to work with bit fields in active record
2020
2021
2022
2023
2024
2025
0.01
Enummer implements multi-value enums with bitwise operations.
2020
2021
2022
2023
2024
2025
0.01
Bitfield value object for ActiveModel. No hidden definitions. No callbacks. Magicless.
2020
2021
2022
2023
2024
2025