Sha256: 86b4e825b2611f0b1ca03a4e12a67e92e9b58899c5925fea62d586a334268ff0

Contents?: true

Size: 611 Bytes

Versions: 5

Compression:

Stored size: 611 Bytes

Contents

<%= content_for(:title, "my title") %>
<%= content_for(:meta) { "embedded content" * 20 } %>
<% 3.times do |record| %>
  <%= record  %>
  <p>
  London is the capital city of England. It is the most populous city in the United Kingdom,
  with a metropolitan area of over 13 million inhabitants.
  </p>
  <p>
  Standing on the River Thames, London has been a major settlement for two millennia,
  its history going back to its founding by the Romans, who named it Londinium.
  </p>

  <%= render partial: 'third', locals: { users: users } %>
<% end %>

<%= render collection: posts, partial: 'item', as: :post %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubybench_runner-0.1.4 lib/rubybench_runner/rails/benchmarks/form_partials/first.html.erb
rubybench_runner-0.1.3 lib/rubybench_runner/rails/benchmarks/form_partials/first.html.erb
rubybench_runner-0.1.2 lib/rubybench_runner/rails/benchmarks/form_partials/first.html.erb
rubybench_runner-0.1.1 lib/rubybench_runner/rails/benchmarks/form_partials/first.html.erb
rubybench_runner-0.1.0 lib/rubybench_runner/rails/benchmarks/form_partials/first.html.erb