Skip to content

Instantly share code, notes, and snippets.

@DavidToca
Created July 19, 2012 21:16
Show Gist options
  • Save DavidToca/3146859 to your computer and use it in GitHub Desktop.
Save DavidToca/3146859 to your computer and use it in GitHub Desktop.
IRB config
require 'rubygems'
require 'wirble'
require 'hirb'
Wirble.init
Wirble.colorize
# hirb (active record output format in table)
Hirb::View.enable
# IRB Options
IRB.conf[:AUTO_INDENT] = true
IRB.conf[:SAVE_HISTORY] = 1000
IRB.conf[:EVAL_HISTORY] = 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment