Ruby’s Hidden Gems: Bullet

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • bullet

    help to kill N+1 queries and unused eager loading

  • The bullet gem helps us identify some well-known database-related problems:

  • bullet-test

    A project to test the bullet gem

  • I will use some examples from a project that I created for this post.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • uniform_notifier

    uniform notifier for rails logger, customized logger, javascript alert, javascript console, growl and xmpp

  • This error is raised by the uniform_notifier gem which was extracted from bullet.

  • wt_activerecord_index_spy

    A gem to spy queries running with Active Record and report missing indexes

  • As an extra tip, if you want to be even more protected against performance problems related to the database, take a look at the wt-activerecord-index-spy gem, which helps to detect queries that are not using proper indexes.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts