Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
el-feo committed Jun 18, 2014
1 parent 2d8460e commit 4d5f571
Show file tree
Hide file tree
Showing 20 changed files with 74 additions and 63 deletions.
66 changes: 3 additions & 63 deletions app/views/pages/home.html.erb
Original file line number Diff line number Diff line change
@@ -1,71 +1,11 @@
<%
title 'Welcome to Ruby on Rails'
title 'Marketing'
meta_description '...'
heading 'Welcome to Ruby on Rails'
heading 'Production Sense Marketing Home'
%>

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

<hr />

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

<hr />

<h3>Custom rake tasks</h3>
<pre>
<code>
# backup the database to S3 or any other location
bundle exec rake orats:backup

# generate a new set of favicons to the public directory
bundle exec rake orats:favicons
</code>
</pre>

<hr />

<h3>Trying to figure out what to do next?</h3>
<p>
Visit the wiki guide for <%= link_to 'what to look at after making a new project', 'https://github.com/nickjj/orats/wiki/What-to-look-at-after-making-a-new-project' %>.
</p>

<hr />

<h3>Looking to deploy your application?</h3>
<p>
Visit the wiki guide for <%= link_to 'get your application on a server ', 'https://github.com/nickjj/orats/wiki/Get-your-application-on-a-server' %>.
</p>

<hr />

<h3>Want to get rid of the pages controller?</h3>
<p>
No problem, just follow these steps:
<ul>
<li>
Run <code>bundle exec rails d controller Pages</code>
</li>
<li>
Remove the root route from <code>config/routes.rb</code>
</li>
<li>
Remove the link in the navigation partial at <code>app/views/layouts/_navigation_links.html.erb</code>
</li>
<li>
Restart the server
</li>
</ul>
</p>
</div>

<div class="col-sm-3">
<%= image_tag '/apple-touch-icon-228x228-precomposed.png', size: '228x228', alt: 'A ruby image I found on Google' %>

</div>
</div>
71 changes: 71 additions & 0 deletions app/views/pages/home.html.erb.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<%
title 'Welcome to Ruby on Rails'
meta_description '...'
heading 'Welcome to Ruby on Rails'
%>

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

<hr />

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

<hr />

<h3>Custom rake tasks</h3>
<pre>
<code>
# backup the database to S3 or any other location
bundle exec rake orats:backup

# generate a new set of favicons to the public directory
bundle exec rake orats:favicons
</code>
</pre>

<hr />

<h3>Trying to figure out what to do next?</h3>
<p>
Visit the wiki guide for <%= link_to 'what to look at after making a new project', 'https://github.com/nickjj/orats/wiki/What-to-look-at-after-making-a-new-project' %>.
</p>

<hr />

<h3>Looking to deploy your application?</h3>
<p>
Visit the wiki guide for <%= link_to 'get your application on a server ', 'https://github.com/nickjj/orats/wiki/Get-your-application-on-a-server' %>.
</p>

<hr />

<h3>Want to get rid of the pages controller?</h3>
<p>
No problem, just follow these steps:
<ul>
<li>
Run <code>bundle exec rails d controller Pages</code>
</li>
<li>
Remove the root route from <code>config/routes.rb</code>
</li>
<li>
Remove the link in the navigation partial at <code>app/views/layouts/_navigation_links.html.erb</code>
</li>
<li>
Restart the server
</li>
</ul>
</p>
</div>

<div class="col-sm-3">
<%= image_tag '/apple-touch-icon-228x228-precomposed.png', size: '228x228', alt: 'A ruby image I found on Google' %>
</div>
</div>
Binary file added public/apple-touch-icon-114x114-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-120x120-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-144x144-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-152x152-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-228x228-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-57x57-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-60x60-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-72x72-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-76x76-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-160x160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-196x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/speeddial-160x160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d5f571

Please sign in to comment.