RHTML

 
Wikipedia:

RHTML

RHTML is the default template engine used by the Ruby on Rails web application framework. It allows a mix of HTML and inline Ruby code.

Example:

<ul>
  <% People.find( :all ).each do |person| %>
    <li><%= person.name %></li>
  <% end %>
</ul>



Search unanswered questions...
Search our library...
Questions Reference
 
 

Join the WikiAnswers Q&A community. Post a question or answer questions about "RHTML" at WikiAnswers.

 

Copyrights:

Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "RHTML" Read more

 

Mentioned in