| Port details |
- rubygem-bullet-rails81 Help to kill N+1 queries and unused eager loading
- 8.2.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-09-11 05:39:16
- Last Update: 2026-09-11 05:35:51
- Commit Hash: 4a9383b
- 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-rails81>0:devel/rubygem-bullet-rails81
- To install the port:
- cd /usr/ports/devel/rubygem-bullet-rails81/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-bullet-rails81
- pkg install rubygem-bullet-rails81
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-bullet-rails81
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1788500692
SHA256 (rubygem/bullet-8.2.0.gem) = 921ed8cde81c939e4eda041345f44f0d0d72c6fbb63aec07d11e5bf653bbe473
SIZE (rubygem/bullet-8.2.0.gem) = 29184
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Master port: devel/rubygem-bullet
- 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-activesupport81>=3.0.0 : devel/rubygem-activesupport81
- 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
-
- This port is required by:
- for Run
-
- www/redmine70
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-bullet-rails81
- 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) |
| This is a slave port. You may also want to view the commits to the master port: devel/rubygem-bullet | | Commit | Credits | Log message |
8.2.0 11 Sep 2026 05:35:51
    |
Xin LI (delphij)  |
devel/rubygem-bullet-rails81: add port
N+1 query detector for Rails 8.1. |
Number of commits found: 1
|