platanus / potassium

A Rails application generator by Platanus, inspired by Suspenders
MIT License
232 stars 17 forks source link

Feat/bullet #419

Closed flouMicaza closed 2 years ago

flouMicaza commented 2 years ago

Context

This PR adds the gem bullet that "helps you increase your application's performance by reducing the number of queries it makes".

Changes

Adds the bullet recipe. The recipe set the initial configuration to the development.rb file and set bullet to work for jobs too.