Sha256: 18c9c610d4592711941fba4e67149c2898e25b03be5f23128101defd38abcab5

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 Bytes

Contents

<ul id="articles">
  <% for article in articles[0...3] %>
    <li><%= article %></li>
  <% end %>
</ul>
<div id="archives">
  <%= archives[3...5] %>
</div>
<!-- testing env variable passing -->
<p>env passed: <%= env != nil %><br/></p>
<!-- testing get/post parameter passing -->
<p>request method type: <%= env['REQUEST_METHOD'] %><br/></p>
<p>request name value pair: <%= env['QUERY_STRING'] %><br/></p>

Version data entries

4 entries across 4 versions & 4 rubygems

Version Path
secondplanet-toto-0.4.9 test/templates/index.rhtml
glinda-0.1.0 spec/templates/index.rhtml
prezjordan-toto-0.4.9 test/templates/index.rhtml
toto_prerelease-0.4.7prerelease test/templates/index.rhtml