Skip to content

Instantly share code, notes, and snippets.

@MatiasFernandez
Last active May 28, 2019 15:45
Show Gist options
  • Save MatiasFernandez/58a6199980f6d73b619762ee76a5a8f3 to your computer and use it in GitHub Desktop.
Save MatiasFernandez/58a6199980f6d73b619762ee76a5a8f3 to your computer and use it in GitHub Desktop.
Show SQL logging in rails console
ActiveRecord::Base.logger = Rails.logger = ActiveSupport::TaggedLogging.new(Logger.new(STDOUT))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment