Thread: what is ERb?
View Single Post
  #2 (permalink)  
Old 06-25-09, 14:58
Martin Martin is offline
BOD Member
 
Join Date: Mar 2009
Posts: 230
Default

Thank you for sharing that information. I would like to add few points about ERB.
Embedded Ruby or ERB or eRuby is a templating system. It is similar to ASP, JSP and PHP.

There are several implemetations of eRuby:-
eruby - It is an implementation written in C Programming Language.
erb - It is an implementation purely written in Ruby Programming Language.
erubis - It is an implementation purely written in Ruby as well as in Java. It is fastest of all 3 implementations.
Reply With Quote