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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
rubygem-bullet Help to kill N+1 queries and unused eager loading
8.1.1 devel 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 8.1.0Version of this port present on the latest quarterly branch.
Maintainer: ruby@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-03-11 05:15:06
Last Update: 2026-04-27 13:08:07
Commit Hash: e358b37
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.1/catalog.mk
  2. /usr/local/share/licenses/rubygem-bullet-8.1.1/LICENSE
  3. /usr/local/share/licenses/rubygem-bullet-8.1.1/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 = 1777252886 SHA256 (rubygem/bullet-8.1.1.gem) = 3ddecdf3787c64a3f1e5b316256840bc034d60c1070b1b16d3fe5b5932d42b87 SIZE (rubygem/bullet-8.1.1.gem) = 30720

Packages (timestamps in pop-ups are UTC):
rubygem-bullet
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest8.1.08.1.1--8.1.1n/an/an/a
FreeBSD:13:quarterly8.1.08.1.0--8.1.0n/an/an/a
FreeBSD:14:latest8.1.18.1.1--8.1.1---
FreeBSD:14:quarterly8.1.08.1.0--8.1.0---
FreeBSD:15:latest8.1.18.1.1n/a-n/an/a--
FreeBSD:15:quarterly8.1.08.1.0n/a-n/an/a--
FreeBSD:16:latest8.1.08.1.1n/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. ruby34 : lang/ruby34
  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. ruby34 : lang/ruby34
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby34 : lang/ruby34
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby34 : lang/ruby34
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: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
8.1.1
27 Apr 2026 13:08:07
commit hash: e358b3705d3bea6376c28ed097e093345458c7a8commit hash: e358b3705d3bea6376c28ed097e093345458c7a8commit hash: e358b3705d3bea6376c28ed097e093345458c7a8commit hash: e358b3705d3bea6376c28ed097e093345458c7a8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-bullet: Update to 8.1.1

Changes:	https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md
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: 2