Sha256: 47d423e2ad054980c12647dd3e36d10041d2e8735fa92fff66b35fa9400aee36

Contents?: true

Size: 650 Bytes

Versions: 5

Compression:

Stored size: 650 Bytes

Contents

<%= content_for(:title, "my title") %>
<%= content_for(:meta) { "embedded content" * 20 } %>
<% records.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: 'second', locals: { posts: posts, users: users } %>
<% end %>

<%= render collections: posts, partial: 'item' %>

<%= debug @more_records %>

Version data entries

5 entries across 5 versions & 1 rubygems

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