charlypoly / attr_bitwise

Bitwise attribute for ruby class and Rails model
MIT License
68 stars 9 forks source link

ways to migrate to something else #16

Open dkuku opened 5 years ago

dkuku commented 5 years ago

Any suggestions where to migrate? I got a small project and was thinking the gem is a good idea but as it is not maintained anymore I need a way to move to something else?

gapnav commented 4 years ago

Hey @dkuku ! Have you found any alternatives? I'm looking for a way to have enum with multiple values. I don't want to reinvent the wheel, so I found attr_bitwise, but it's not maintained anymore.

dkuku commented 4 years ago

I ended up with enum type in postgres and keep my enums in a list-takes a bit more space but its easier to maintain.

Frexuz commented 1 year ago

Maintained alternative: https://github.com/kenn/active_flag