RubyGems.org

bullet

1.7.5

The Bullet plugin 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) or when you're using eager loading that isn't necessary.

installgem install bullet -v 1.7.5
Authors

Richard Huang

244,557 total downloads 1,926 for this version
Owners

13c60e2a5806406b537daa542d3495da

Gemfile
gem "bullet", "~> 1.7.5"
Versions
  1. 4.6.0 April 17, 2013
  2. 4.5.0 March 24, 2013
  3. 4.4.0 March 15, 2013
  4. 4.3.1 March 1, 2013
  5. 4.3.0 December 28, 2012
Show all versions (37 total)