Skip to content

Instantly share code, notes, and snippets.

@kalendae
Created September 17, 2010 19:17
Show Gist options
  • Save kalendae/584768 to your computer and use it in GitHub Desktop.
Save kalendae/584768 to your computer and use it in GitHub Desktop.
wirble for rails3 console
add wirble to Gemfile
monkeypatch following:
module Rails
class Console
def initialize(app)
@app = app
# Wirble for console
Wirble.init
Wirble.colorize
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment