Skip to content

Instantly share code, notes, and snippets.

@kevinhq
Created July 3, 2020 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kevinhq/365bf1202b4a1f54e4f84a12a61fce7a to your computer and use it in GitHub Desktop.
Save kevinhq/365bf1202b4a1f54e4f84a12a61fce7a to your computer and use it in GitHub Desktop.
Place this on config/environments/optimization.rb
config.after_initialize do
Bullet.enable = true
Bullet.alert = true
Bullet.bullet_logger = true
Bullet.console = true
Bullet.rails_logger = true
Bullet.add_footer = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment