notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
rubygem-bullet Help to kill N+1 queries and unused eager loading
8.1.0 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: ruby@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-03-11 05:15:06
Last Update: 2026-03-11 05:11:51
Commit Hash: 8cce161
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/flyerhzm/bullet
Description:
Bullet is a development tool designed to help 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. Key features: - Detects N+1 queries automatically - Identifies unused eager loading - Suggests counter cache usage - Multiple notification methods (log, alert, console, etc.) - Integration with popular Rails applications
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-bullet-8.1.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-bullet-8.1.0/LICENSE
  3. /usr/local/share/licenses/rubygem-bullet-8.1.0/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • rubygem-bullet>0:devel/rubygem-bullet
To install the port:
cd /usr/ports/devel/rubygem-bullet/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-bullet
  • pkg install rubygem-bullet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-bullet
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1761895784 SHA256 (rubygem/bullet-8.1.0.gem) = 604b7e2636ec2137dcab3ba61a56248c39a0004a0c9405d58bad0686d23b98ff SIZE (rubygem/bullet-8.1.0.gem) = 30208

Packages (timestamps in pop-ups are UTC):
rubygem-bullet
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-8.1.0--8.1.0n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-8.1.0--8.1.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest8.1.08.1.0n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-8.1.0n/a-n/an/a--
Slave ports:
  1. devel/rubygem-bullet-rails72
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-activesupport71>=3.0.0 : devel/rubygem-activesupport71
  2. rubygem-uniform_notifier>=1.11 : devel/rubygem-uniform_notifier
  3. ruby33 : lang/ruby33
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby33 : lang/ruby33
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_rubygem-bullet
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
8.1.0
11 Mar 2026 05:11:51
commit hash: 8cce161fb0a6d2b697e3b2fb3971c0748296cc60commit hash: 8cce161fb0a6d2b697e3b2fb3971c0748296cc60commit hash: 8cce161fb0a6d2b697e3b2fb3971c0748296cc60commit hash: 8cce161fb0a6d2b697e3b2fb3971c0748296cc60 files touched by this commit Sanity Test Failure
Xin LI (delphij) search for other commits by this committer
devel/rubygem-bullet: Add rubygem-bullet 8.1.0

Bullet is a development tool that helps increase application performance
by reducing the number of queries it makes. It detects N+1 queries,
unused eager loading, and suggests counter cache usage.

Also add rubygem-bullet-rails72 slave port for Rails 7.2 compatibility.

Number of commits found: 1