| Port details |
- rubygem-bullet Help to kill N+1 queries and unused eager loading
- 8.1.1 devel
=0 8.1.0Version of this port present on the latest quarterly branch. - Maintainer: ruby@FreeBSD.org
 - 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
¦ ¦ ¦ ¦ 
- 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 = 1777252886
SHA256 (rubygem/bullet-8.1.1.gem) = 3ddecdf3787c64a3f1e5b316256840bc034d60c1070b1b16d3fe5b5932d42b87
SIZE (rubygem/bullet-8.1.1.gem) = 30720
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:
-
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activesupport71>=3.0.0 : devel/rubygem-activesupport71
- rubygem-uniform_notifier>=1.11 : devel/rubygem-uniform_notifier
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby34 : lang/ruby34
- 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: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
8.1.1 27 Apr 2026 13:08:07
    |
Po-Chuan Hsieh (sunpoet)  |
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
    |
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: 2
|