Skip to content

Instantly share code, notes, and snippets.

@123ish
Forked from kevinhq/optimization.rb
Created July 3, 2020 15:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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