RubyGems Navigation menu

n_plus_one_control 0.7.1

RSpec and Minitest matchers to prevent N+1 queries problem. Evaluates code under consideration several times with different scale factors to make sure that the number of DB queries behaves as expected (i.e. O(1) instead of O(N)).

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.7.1 - February 17, 2023 (13 KB)
  2. 0.7.0 - February 17, 2023 (13 KB)
  3. 0.6.2 - October 26, 2021 (12.5 KB)
  4. 0.6.1 - March 05, 2021 (12.5 KB)
  5. 0.6.0 - November 27, 2020 (12.5 KB)
Show all versions (19 total)

Development Dependencies (5):

bundler >= 1.10
factory_bot ~> 6.0
minitest ~> 5.9
rake >= 13.0
rspec ~> 3.5

Owners:

Pushed by:

Authors:

  • palkan

SHA 256 checksum:

fe82a50737a92b96d49046c0d02461de91f50e80df3a388a26ba11da1de68505

Total downloads 1,542,116

For this version 196,953

License:

MIT

Required Ruby Version: >= 2.7.0

Links: