Sha256: e8f5038bc171bc12c89992449380ce59a2029180430785ee33d766b579f821dc

Contents?: true

Size: 1.09 KB

Versions: 4

Compression:

Stored size: 1.09 KB

Contents

<%
 title "Yay! You're on Rails!"
 meta_description 'Meta descriptions are useful for SEO purposes.'
 heading "Yay! You're on Rails!"
%>

<div class="row">
  <div class="col-sm-8">
    <p class="lead">
      You have successfully generated this project
      with <%= link_to 'orats', 'https://github.com/nickjj/orats' %> vVERSION.
    </p>

    <p>
      <%= image_tag 'https://badge.fury.io/rb/orats.png', alt: 'Gem badge' %>
      is the latest version.
    </p>

    <hr/>

    <h3>Learn more about Docker and this project</h3>

    <ul>
      <li>
        <%= link_to 'Learn how this application was Dockerized', 'http://nickjanetakis.com/blog/dockerize-a-rails-5-postgres-redis-sidekiq-action-cable-app-with-docker-compose' %>
      </li>
    </ul>

    <hr/>

    <h3>Want to get rid of this page?</h3>

    <p>No problem, just follow these steps:</p>

    <ul>
      <li>
        Run <code>docker-compose exec website rails d controller Pages</code>
      </li>
      <li>
        Remove the root route from <code>config/routes.rb</code>
      </li>
    </ul>
  </div>

  <div class="col-sm-4"></div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
orats-5.0.3 lib/orats/templates/base/app/views/pages/home.html.erb
orats-5.0.2 lib/orats/templates/base/app/views/pages/home.html.erb
orats-5.0.1 lib/orats/templates/base/app/views/pages/home.html.erb
orats-5.0.0 lib/orats/templates/base/app/views/pages/home.html.erb