Skip to content

Instantly share code, notes, and snippets.

@algogrit
Created December 10, 2013 07:14
Show Gist options
  • Save algogrit/7886837 to your computer and use it in GitHub Desktop.
Save algogrit/7886837 to your computer and use it in GitHub Desktop.
Snippets for RoR
# Displaying queries in the rails console
ActiveRecord::Base.logger = Logger.new(STDOUT)
ActiveRecord::Base.connection_pool.clear_reloadable_connections!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment