www/ruby-bullet - The NetBSD Packages Collection

Help to kill N+1 queries and unused eager loading

Bullet

The Bullet gem is designed to help you increase your application's
performance by reducing the number of queries it makes.  It will watch your
queries while you develop your application and notify you when you should
add eager loading (N+1 queries), when you're using eager loading that isn't
necessary and when you should use counter cache.

Best practice is to use Bullet in development mode or custom mode (staging,
profile, etc.).  The last thing you want is your clients getting alerts
about how lazy you are.

Build dependencies

pkgtools/mktools lang/ruby32-base pkgtools/cwrappers

Runtime dependencies

misc/ruby-uniform_notifier devel/ruby-activesupport72 lang/ruby32-base

Binary packages

OSArchitectureVersion
(none)

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.