Skip to content

Instantly share code, notes, and snippets.

@jschoolcraft
Created November 6, 2009 11:59
Show Gist options
  • Select an option

  • Save jschoolcraft/227954 to your computer and use it in GitHub Desktop.

Select an option

Save jschoolcraft/227954 to your computer and use it in GitHub Desktop.
# for better logging put this at the bottom of your config/environment.rb
if "irb" == $0
ActiveRecord::Base.logger = Logger.new(STDOUT)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment