Erubis

News

Introduction

Fig: Erubis is the fastest eRuby implementation.
figure of Erubis

Erubis is a fast, secure, and very extensible implementation of eRuby. It has the following features.

eRuby means "embedded Ruby" in documents. Embedded patterns are '<% statement %>' and '<%= expression %>'. The following is an example of eRuby. '<% ... %>' means Ruby statement and '<%= ... %>' means Ruby expression.

Erubis is implemented in Ruby and is now ported into Java. You can use Erubis in Java with Rhino.

Download

Documents

License