Sha256: df833dafb9b8dd6f9cd928acbbb039e779fecaa77d1af97051ac0e505d911d69

Contents?: true

Size: 347 Bytes

Versions: 54

Compression:

Stored size: 347 Bytes

Contents

<h1>Posts</h1>

<table>
  <thead>
  <tr>
    <th>Title</th>
    <th>Body</th>
    <th>Published</th>
    <th colspan="3"></th>
  </tr>
  </thead>

  <tbody>
  <% Post.all.each do |post| %>
    <tr>
      <td><%= post.title %></td>
      <td><%= post.body %></td>
      <td><%= post.published %></td>
    </tr>
  <% end %>
  </tbody>
</table>

<br>

Version data entries

54 entries across 27 versions & 1 rubygems

Version Path
cypress-on-rails-1.17.0 specs_e2e/rails_4_2/app/views/welcome/index.html.erb
cypress-on-rails-1.17.0 specs_e2e/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.16.0 specs_e2e/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.16.0 specs_e2e/rails_4_2/app/views/welcome/index.html.erb
cypress-on-rails-1.15.1 specs_e2e/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.15.1 specs_e2e/rails_4_2/app/views/welcome/index.html.erb
cypress-on-rails-1.15.0 specs_e2e/rails_4_2/app/views/welcome/index.html.erb
cypress-on-rails-1.15.0 specs_e2e/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.14.0 specs_e2e/rails_4_2/app/views/welcome/index.html.erb
cypress-on-rails-1.14.0 specs_e2e/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.13.1 specs_e2e/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.13.1 specs_e2e/rails_4_2/app/views/welcome/index.html.erb
cypress-on-rails-1.13.0 specs_e2e/rails_4_2/app/views/welcome/index.html.erb
cypress-on-rails-1.13.0 specs_e2e/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.12.1 spec/integrations/rails_4_2/app/views/welcome/index.html.erb
cypress-on-rails-1.12.1 spec/integrations/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.12.0 spec/integrations/rails_4_2/app/views/welcome/index.html.erb
cypress-on-rails-1.12.0 spec/integrations/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.11.0 spec/integrations/rails_3_2/app/views/welcome/index.html.erb
cypress-on-rails-1.11.0 spec/integrations/rails_4_2/app/views/welcome/index.html.erb