ruby-bullet 7.1.4-1 source package in Ubuntu
Changelog
ruby-bullet (7.1.4-1) unstable; urgency=medium * Team upload [ Cédric Boutillier ] * Add .gitattributes to keep unwanted files out of the source package [ Debian Janitor ] * Remove constraints unnecessary since buster [ Antonio Terceiro ] * debian/watch: point at github to get tests * New upstream version 7.1.4 * debian/.gitattributes: add missing newline * Enable running tests * Add ruby-activerecord as a build dependency * Bump Standards-Version: to 4.6.2; no changes needed * debian/control: drop deprecated X*-Ruby-Versions: fields * Make short description actually useful * Add patch to fix the build without having git * Add build dependency on ruby-sqlite3 -- Antonio Terceiro <email address hidden> Sat, 16 Dec 2023 19:49:45 -0300
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-bullet_7.1.4-1.dsc | 2.0 KiB | 5b66903974680f01211ad0507b1b9d0103757770dc573d152cd89d7901f9cf29 |
ruby-bullet_7.1.4.orig.tar.gz | 46.3 KiB | 5098744524f31dcb1c8ae32963da22a58e983c17320c6a32963b328409ebb861 |
ruby-bullet_7.1.4-1.debian.tar.xz | 3.2 KiB | f6188e70db81f870518823d53b639cfa2f85a88143d9fbb3e6141e65db1dc271 |
Available diffs
- diff from 6.1.0-2 to 7.1.4-1 (27.7 KiB)
No changes file available.
Binary packages built by this source
- ruby-bullet: ActiveRecord helper for detecting performance issues
The Bullet gem is designed to help you 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.