vasconsaurus / produce_in_season

0 stars 0 forks source link

[#15] Add bullet to spot N+1 queries #16

Closed tcione closed 2 years ago

tcione commented 2 years ago

closes #15

Bullet screams at us whenever we introduce N+1 queries. This is important so we can spot those early and keep the app performant.

Bullet will run automatically in tests and when the application is running in development.