Skip to content

Instantly share code, notes, and snippets.

@davidcornu
Created December 21, 2011 15:44
Show Gist options
  • Save davidcornu/1506475 to your computer and use it in GitHub Desktop.
Save davidcornu/1506475 to your computer and use it in GitHub Desktop.
SQL Queries in Rails Console
# Show SQL queries in rails console
ActiveRecord::Base.logger = Logger.new(STDOUT) if "irb" == $0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment