Skip to content

Instantly share code, notes, and snippets.

@blakesmith
Created April 3, 2012 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blakesmith/2293126 to your computer and use it in GitHub Desktop.
Save blakesmith/2293126 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'wirble'
#require 'interactive_editor'
Wirble.init
Wirble.colorize
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