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

Does Hirb work with 1.9.2? #19

Closed hms closed 14 years ago

tbuehlmann commented 14 years ago

It does. Just ran the tests without any failures or errors. Also tested in a rails 3rc console, working.

cldwalker commented 14 years ago

As tbuehlmann already said, passes all tests (1.9.2-preview1 in my case). If you have specific tests failing please reopen.

alignegy commented 14 years ago

The failure observed, for what it's worth, is if Hirb.enable is invoked before Wirble.init and Wirble.colorize.

Looks like there is a conflict between the two gems, but the good news is, if Hirb is initialized last, it wins :-)

Thanks,

Hal

cldwalker commented 14 years ago

Yep, that's mentioned in hirb's readme. That happens thanks to wirble overriding irb's output and being inconsiderate of other gems.