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.
|