0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update docs More... about 4 years ago
v0.14.0 More... over 4 years ago
Merge pull request #41 from grosser/grosser/rails6 More... over 4 years ago
Merge pull request #40 from grosser/grosser/improve More... over 4 years ago
test against rails 6 and ruby 2.7 More... over 4 years ago
improve bitfield_bits and test it More... over 4 years ago
Merge pull request #39 from Doctible/feature/get-bits-from-bitfields More... over 4 years ago
add class method to convert a hash to bits More... over 4 years ago
Merge pull request #1 from grosser/master More... over 4 years ago
v0.13.0 More... over 4 years ago
Merge pull request #38 from skojin/optimize_bit_operator_or More... over 4 years ago
optimize bit_operator_or by checking all bits at once More... over 4 years ago
thx for the fix More... over 4 years ago
v0.12.1 More... over 4 years ago
Merge pull request #37 from skojin/bit_operator_or_behavior_error More... over 4 years ago
don't ignore false bits when generate bitfield_sql with bit_operator_or More... over 4 years ago
update specs to show bitfield_sql(:query_mode => :bit_operator_or) error when bit is false More... over 4 years ago
v0.12.0 More... over 4 years ago
Merge pull request #36 from mavenlink/master More... over 4 years ago
Merge pull request #3 from mavenlink/ok_but_really_this_time More... over 4 years ago
Update README with to include method definitions for new Dirty methods More... over 4 years ago
Replace virtual attributes with explicitly defined methods More... over 4 years ago
Merge pull request #2 from mavenlink/fix_initialize_from_find More... over 4 years ago
Refactor after_find logic to avoid unnecessary method calls More... over 4 years ago
Prefer using internal method for grabbing value More... over 4 years ago
Only try to load attributes if the bitfield column is included in the set of attributes More... over 4 years ago
Bump gem version within gemfile.lock files to bring it up to date with current version More... over 4 years ago
Update each bitfield set to define only a single after_find More... over 4 years ago
Prefer using write_attribute over `send`ing More... over 4 years ago
Ensure that models with bitfields set to true initialize with correct values More... over 4 years ago