jnstq (owner)

Revisions

gist: 191806 Download_button fork
public
Public Clone URL: git://gist.github.com/191806.git
Embed All Files: show embed
snippet.txt #
1
2
3
4
if ENV.include?('RAILS_ENV') && !Object.const_defined?('RAILS_DEFAULT_LOGGER')
  Object.const_set('RAILS_DEFAULT_LOGGER', Logger.new(STDOUT))
end