RubyGems Navigation menu

n_plus_one_control 0.4.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:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.7.1 - February 17, 2023 (13.0 KB)
  2. 0.7.0 - February 17, 2023 (13.0 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)
  6. 0.4.1 - September 04, 2020 (11.0 KB)
顯示所有版本(共 19)

Development 相依性套件 (9):

activerecord ~> 5.1
bundler >= 1.10
factory_girl ~> 4.8.0
minitest ~> 5.9
pry-byebug >= 0
rake ~> 10.0
rspec ~> 3.5
rubocop ~> 0.61.0
sqlite3 ~> 1.3.6

擁有者:

Pushed by:

作者:

  • palkan

SHA 256 checksum:

e85b1ecfaa2723c83e564a3559e8123412e824b1d23b1cb89a19341cdc923605

總下載次數 1,534,793

這個版本 451,758

License:

MIT

Ruby 版本需求: >= 2.0.0

相關連結: