Displaying 1 result from an estimated 1 matches for "tagahol".
Did you mean:
  tagaholic
  
2009 Mar 27
3
ANNOUNCE: Hirb - A gem enhancing your script/console
....
Out of the box your activerecord objects come back as ascii tables.
You can also configure your tree-based models to return as ascii
trees:
  Numeric
  |-- Float
  |-- Integer
  |   |-- Bignum
  |   `-- Fixnum
  |-- Date::Infinity
  `-- Rational
I''ve written two tutorials on it:  http://tagaholic.me/2009/03/13/hirb-irb-on-the-good-stuff.html
and http://tagaholic.me/2009/03/18/ruby-class-trees-rails-plugin-trees-with-hirb.html
It''s also got some decent documentation: http://tagaholic.me/hirb/doc/
To try it out: gem install cldwalker-hirb --source http://gems.github.com
Enjoy!
Ga...