Hi,
  I'm announcing Hirb, a mini view framework which enables script/
console to provide custom views.
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!
Gabriel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to