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

  • Term ERB
  • Abbreviation .erb
  • Category File Types
  • views 1,000