attr_bitwise icon indicating copy to clipboard operation
attr_bitwise copied to clipboard

Bitwise attribute for ruby class and Rails model

Results 6 attr_bitwise issues
Sort by recently updated
recently updated
newest added

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...

How should I do the following (using #13 as an example too) : `return all users who can see at least english and french content` user 1 => `NULL` user...

How would I go about `return all users who can see at least english and french content` user 1 => `en`, `fr`, `ca` user 2 => `en`, `fr` user 3...

question

see http://ruby-doc.org/core-2.2.0/Bignum.html

enhancement
1.0