Skip to content

Instantly share code, notes, and snippets.

@freshtonic
Created October 24, 2009 00:23
Show Gist options
  • Save freshtonic/217285 to your computer and use it in GitHub Desktop.
Save freshtonic/217285 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'pp'
require 'wirble'
Wirble.init
Wirble.colorize
require 'hirb'
extend Hirb::Console
require 'boson'
Boson.start
# Log to STDOUT if in Rails
if ENV.include?('RAILS_ENV') && !Object.const_defined?('RAILS_DEFAULT_LOGGER')
require 'logger'
RAILS_DEFAULT_LOGGER = Logger.new(STDOUT)
end
IRB.conf[:AUTO_INDENT]=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment