Skip to content

Instantly share code, notes, and snippets.

@rgm
Created June 6, 2009 05:44
Show Gist options
  • Save rgm/124710 to your computer and use it in GitHub Desktop.
Save rgm/124710 to your computer and use it in GitHub Desktop.
if ENV.include?('RAILS_ENV') && !Object.const_defined?('RAILS_DEFAULT_LOGGER'); require 'logger'; RAILS_DEFAULT_LOGGER = Logger.new(STDOUT); end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment