E

ERB

Definition

Embedded Ruby: a templating system that embeds Ruby code within HTML documents. It is the default view engine in Ruby on Rails, using <% %> and <%= %> tags for logic and output.

Defined Term