Technical Notes - nsranga/rhc GitHub Wiki

Welcome to the rhc wiki!

<% %> Executes the ruby code within the brackets.

<%= %> Prints something into erb file.

<% -%> Avoids line break after expression.

<%# %> Comments out code within brackets; not sent to client (as opposed to HTML comments).

Visit Ruby Doc for more infos about ERB.

⚠️ **GitHub.com Fallback** ⚠️