Skip to content

Instantly share code, notes, and snippets.

@tolosa
Last active May 29, 2017 13:14
Show Gist options
  • Select an option

  • Save tolosa/21471a1b59792ab515976498ed3eb859 to your computer and use it in GitHub Desktop.

Select an option

Save tolosa/21471a1b59792ab515976498ed3eb859 to your computer and use it in GitHub Desktop.
Bullet preferred configuration
return unless Rails.env.development?
Bullet.enable = true
Bullet.console = true
Bullet.add_footer = true
Bullet.rails_logger = true
@tolosa
Copy link
Author

tolosa commented Apr 1, 2017

Place in config/initializers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment