RubyGems Navigation menu

activerecord-where-any-of 1.0.1

Provides a mechanism for OR'ing together one or more AREL relations. Normally when one performs `SomeModel.where(condition_1).where(condition_2)`, the result is to AND those conditions together. Unfortunately, there is no good way of OR'ing them without converting the conditions into manual SQL. This mixin addresses that issue.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.1.3 - June 25, 2020 (21.5 KB)
  2. 1.1.2 - May 12, 2020 (21.5 KB)
  3. 1.1.1 - June 11, 2019 (21 KB)
  4. 1.1.0 - December 28, 2016 (12.5 KB)
  5. 1.0.6 - December 28, 2015 (6.5 KB)
  6. 1.0.1 - August 27, 2014 (4.5 KB)
Show all versions (11 total)

Runtime Dependencies (1):

activerecord ~> 3.0, ~> 4.0

Development Dependencies (2):

bundler ~> 1.3
rake >= 0

Owners:

Authors:

  • David McCullars

SHA 256 checksum:

4c98b34c32a4c7611b2797503c6c29083cd1f4a6d243d6e465609f718bf7c4c6

Total downloads 29,842

For this version 3,370

Licenses:

N/A

Required Ruby Version: >= 0

Links: