ruby-bullet 6.1.0-2 source package in Ubuntu

Changelog

ruby-bullet (6.1.0-2) unstable; urgency=medium

  * Team upload
  * Source-only reupload to comply with testing migration policy

 -- Cédric Boutillier <email address hidden>  Fri, 28 Aug 2020 16:32:40 +0200

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 Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-bullet_6.1.0-2.dsc 1.7 KiB 9d9c47baacad252cbfef4b8a5bdea182e7a8a6ac8c18eee11e80b7087b04acbd
ruby-bullet_6.1.0.orig.tar.gz 42.6 KiB e1ec11f6990c2503d7dddb25c551b68ce66126cbfe2f5910883bcd88597b3c2c
ruby-bullet_6.1.0-2.debian.tar.xz 2.4 KiB a3ef331d49a268ecb345eebf8b63e878dab10c4ea9510e51b9450194d48334c4

Available diffs

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.