Horndude77
>Are
>there any general purpose templating systems made for ruby?
>
http://www.ruby-doc.org/stdlib/libdoc/erb/rdoc/index.html
(And others, I'm sure.)
Devin
http://raa.ruby-lang.org/project/kwartz/
http://raa.ruby-lang.org/project/misen/
hth.
-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| Your life dwells amoung the causes of death
| Like a lamp standing in a strong breeze. --Nagarjuna
===============================================================================
> I know there's eruby which is used for the web. Are
> there any general purpose templating systems made for ruby?
ERuby is actually a general purpose tool. And as Devin has already
pointed out with a link, its little brother ERb is a standard library.
James Edward Gray II
-----Horndude77
Better choice:
http://www.ruby-doc.org/stdlib/libdoc/erb/rdoc/classes/ERB.html
James
--
http://www.ruby-doc.org - The Ruby Documentation Site
http://www.rubyxml.com - News, Articles, and Listings for Ruby & XML
http://www.rubystuff.com - The Ruby Store for Ruby Stuff
http://www.jamesbritt.com - Playing with Better Toys
Yup, and Jack Herrington (the author of that book) has put some of his
code on RubyForge:
http://rubyforge.org/users/jherr/
Yours,
Tom