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