| Port details |
- rubygem-bullet Help to kill N+1 queries and unused eager loading
- 8.1.0 devel
=0 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
 - 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
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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):
- Slave ports:
-
- devel/rubygem-bullet-rails72
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activesupport71>=3.0.0 : devel/rubygem-activesupport71
- rubygem-uniform_notifier>=1.11 : devel/rubygem-uniform_notifier
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
-
- 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:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
8.1.0 11 Mar 2026 05:11:51
    |
Xin LI (delphij)  |
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
|