Skip to content

Instantly share code, notes, and snippets.

@MaherSaif
Forked from bcantin/gist:174133
Created July 26, 2010 23:39
Show Gist options
  • Save MaherSaif/491453 to your computer and use it in GitHub Desktop.
Save MaherSaif/491453 to your computer and use it in GitHub Desktop.
require 'logger'
require 'rubygems'
require 'wirble'
require 'pp'
Wirble.init
Wirble.colorize
# require 'utility_belt'
if ENV.include?('RAILS_ENV')&& !Object.const_defined?('RAILS_DEFAULT_LOGGER')
Object.const_set('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