Skip to content

Instantly share code, notes, and snippets.

@123ish
Forked from kevinhq/optimization.rb
Created July 3, 2020 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 123ish/c43260a1b3b1e08ba56fbbbca8818abe to your computer and use it in GitHub Desktop.
Save 123ish/c43260a1b3b1e08ba56fbbbca8818abe 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