Sha256: 4fec363df19b899e6dbf037ec2716becdfb5435ff785fbd97fa2c04303caf291

Contents?: true

Size: 502 Bytes

Versions: 9

Compression:

Stored size: 502 Bytes

Contents

Hello, this application is used by this users:
<table>
  <tbody>
    <% @users.each do |user| %>
      <tr>
        <td><%= user.email %></td>
        <td><%= user.posts.count %></td>
      </tr>
    <% end %>
  </tbody>
  <thead>
    <tr>
      <th>E-mail</th>
      <th>Posts count</th>
    </tr>
  </thead>
</table>

U can try to get an <%= link_to 'error', '/error' %>
<br />
Or see n+1 queries <%= link_to 'n+1', posts_path %>
<br />
Or you can try redirect <%= link_to 'redirect', '/redirect' %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
speedup-rails-0.0.15 spec/dummy/app/views/welcome/index.html.erb
speedup-rails-0.0.13 spec/dummy/app/views/welcome/index.html.erb
speedup-rails-0.0.12 spec/dummy/app/views/welcome/index.html.erb
speedup-rails-0.0.10 spec/dummy/app/views/welcome/index.html.erb
speedup-rails-0.0.9 spec/dummy/app/views/welcome/index.html.erb
speedup-rails-0.0.7 spec/dummy/app/views/welcome/index.html.erb
speedup-rails-0.0.6 spec/dummy/app/views/welcome/index.html.erb
speedup-rails-0.0.3 spec/dummy/app/views/welcome/index.html.erb
speedup-rails-0.0.2 spec/dummy/app/views/welcome/index.html.erb