Skip to content

Instantly share code, notes, and snippets.

@dougalcorn
Created August 25, 2010 20:06
Show Gist options
  • Save dougalcorn/550184 to your computer and use it in GitHub Desktop.
Save dougalcorn/550184 to your computer and use it in GitHub Desktop.
# put this method definition in your .irbrc
def log_to(stream = STDOUT)
ActiveRecord::Base.logger = Logger.new(stream)
ActiveRecord::Base.clear_active_connections!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment