cldwalker / hirb

A mini view framework for console/irb that's easy to use, even while under its influence. Console goodies include a no-wrap table, auto-pager, tree and menu.
http://tagaholic.me/hirb/
MIT License
1.65k stars 72 forks source link

rails c -he #62

Closed kalys closed 12 years ago

kalys commented 12 years ago

Enable hirb if -he or --hirb-enabled argument is provided.

Example: $ rails console -he or $ rails c --hirb-enabled

cldwalker commented 12 years ago

hirb doesn't have control over rails console. If you want this behavior, you'll need to file this in rails. Any other questions before I close?

kalys commented 12 years ago

Ooh I see. Thank you.