Skip to content

Instantly share code, notes, and snippets.

@jenkek
Last active October 12, 2015 20:29
Show Gist options
  • Save jenkek/4083435 to your computer and use it in GitHub Desktop.
Save jenkek/4083435 to your computer and use it in GitHub Desktop.
rails console: disable sql logger
1.9.3p327 :027 > ActiveRecord::Base.logger = Logger.new('/dev/null')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment