Skip to content

Instantly share code, notes, and snippets.

@nathany
Created March 11, 2010 17:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathany/329391 to your computer and use it in GitHub Desktop.
Save nathany/329391 to your computer and use it in GitHub Desktop.
Rails SQL logging from console
ActiveRecord::Base.connection.instance_variable_set :@logger, Logger.new(STDOUT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment