Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queues - Tehut - MediaRanker #28

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
7b16fec
added welcome controller and completed app foundation
tehut Apr 10, 2017
049b684
created MediaRanker header image
tehut Apr 11, 2017
3a23f46
added validation tests for model and descriptions of relationship tests
tehut Apr 11, 2017
f1ce01f
created votes join table and wrote relationships on users, works and …
tehut Apr 11, 2017
353078f
completed relationship unit tests for work
tehut Apr 12, 2017
f001602
wrote works controller tests and config file
tehut Apr 12, 2017
1573c31
commiting deleted media files
tehut Apr 12, 2017
3930b7d
wrote crud controller methods on works controller and configured inde…
tehut Apr 12, 2017
c0b2700
formatted and styled views for works#index
tehut Apr 12, 2017
4c6acc1
added login functionality and view
tehut Apr 12, 2017
f14ee18
part of login funcationality
tehut Apr 12, 2017
07e85a9
created routes, controller methods and views for eah category show page
tehut Apr 12, 2017
eab7d05
edited belongs_to on vote model
tehut Apr 13, 2017
4453155
made header into link and made links on index items
tehut Apr 13, 2017
30957f2
added user_votes method to works model and created table to view vote…
tehut Apr 13, 2017
85578bf
added create media feature and added link to item show pages
tehut Apr 13, 2017
c74a38f
changed root, deployment debugging
tehut Apr 13, 2017
9dc7f91
changed root, deployment debugging
tehut Apr 13, 2017
40bffae
changed root, deployment debugging
tehut Apr 13, 2017
6799255
cleaning up routes for heroku debugging
tehut Apr 13, 2017
6898eda
model and controller tests on the works table
tehut Apr 14, 2017
94f7d7e
changed the controller to reflect things I learned during tests
tehut Apr 14, 2017
5f1ff0a
added foundation
tehut Apr 14, 2017
4b08971
added name validation to model
tehut Apr 14, 2017
a812cdc
added views and controller log to for join button
tehut Apr 14, 2017
13a8e98
added tests for index and creae on controller and all_votes on user m…
tehut Apr 14, 2017
4017b80
added tests for user_controller
tehut Apr 14, 2017
7b32ddf
updated user_votes method on work model
tehut Apr 14, 2017
69e9e1b
show all of a users votes and made views and links
tehut Apr 14, 2017
dbb6993
added uniqueness validation to votes
tehut Apr 14, 2017
2ffbe17
removed welcome controller and made works#index root
tehut Apr 14, 2017
9330490
completed media spotlight
tehut Apr 14, 2017
1f57f3c
fixed header to resize appropritely and removed unneccesary routes on…
tehut Apr 15, 2017
ac0e557
styled buttons and fixed spacing on all views
tehut Apr 15, 2017
3ba3201
fixed placement of count on#create test
tehut Apr 15, 2017
68e78f9
cleanup on abandoned model method
tehut Apr 15, 2017
65b62d6
fixed bug reported by jreynolds
tehut Apr 18, 2017
0be5e2e
modified method to show user votes
tehut Apr 18, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added foundation
tehut committed Apr 14, 2017
commit 5f1ff0a27cfe420cf3fefe7ab3aa2d65abba103f
Empty file.
4,398 changes: 4,398 additions & 0 deletions app/assets/stylesheets/foundation-6.3.1-complete/css/foundation.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

169 changes: 169 additions & 0 deletions app/assets/stylesheets/foundation-6.3.1-complete/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Foundation for Sites</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="row">
<div class="large-12 columns">
<h1>Welcome to Foundation</h1>
</div>
</div>

<div class="row">
<div class="large-12 columns">
<div class="callout">
<h3>We&rsquo;re stoked you want to try Foundation! </h3>
<p>To get going, this file (index.html) includes some basic styles you can modify, play around with, or totally destroy to get going.</p>
<p>Once you've exhausted the fun in this document, you should check out:</p>
<div class="row">
<div class="large-4 medium-4 columns">
<p><a href="http://foundation.zurb.com/docs">Foundation Documentation</a><br />Everything you need to know about using the framework.</p>
</div>
<div class="large-4 medium-4 columns">
<p><a href="http://zurb.com/university/code-skills">Foundation Code Skills</a><br />These online courses offer you a chance to better understand how Foundation works and how you can master it to create awesome projects.</p>
</div>
<div class="large-4 medium-4 columns">
<p><a href="http://foundation.zurb.com/forum">Foundation Forum</a><br />Join the Foundation community to ask a question or show off your knowlege.</p>
</div>
</div>
<div class="row">
<div class="large-4 medium-4 medium-push-2 columns">
<p><a href="http://github.com/zurb/foundation">Foundation on Github</a><br />Latest code, issue reports, feature requests and more.</p>
</div>
<div class="large-4 medium-4 medium-pull-2 columns">
<p><a href="https://twitter.com/ZURBfoundation">@zurbfoundation</a><br />Ping us on Twitter if you have questions. When you build something with this we'd love to see it (and send you a totally boss sticker).</p>
</div>
</div>
</div>
</div>
</div>

<div class="row">
<div class="large-8 medium-8 columns">
<h5>Here&rsquo;s your basic grid:</h5>
<!-- Grid Example -->

<div class="row">
<div class="large-12 columns">
<div class="primary callout">
<p><strong>This is a twelve column section in a row.</strong> Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
</div>
</div>
</div>
<div class="row">
<div class="large-6 medium-6 columns">
<div class="primary callout">
<p>Six columns</p>
</div>
</div>
<div class="large-6 medium-6 columns">
<div class="primary callout">
<p>Six columns</p>
</div>
</div>
</div>
<div class="row">
<div class="large-4 medium-4 small-4 columns">
<div class="primary callout">
<p>Four columns</p>
</div>
</div>
<div class="large-4 medium-4 small-4 columns">
<div class="primary callout">
<p>Four columns</p>
</div>
</div>
<div class="large-4 medium-4 small-4 columns">
<div class="primary callout">
<p>Four columns</p>
</div>
</div>
</div>

<hr />

<h5>We bet you&rsquo;ll need a form somewhere:</h5>
<form>
<div class="row">
<div class="large-12 columns">
<label>Input Label</label>
<input type="text" placeholder="large-12.columns" />
</div>
</div>
<div class="row">
<div class="large-4 medium-4 columns">
<label>Input Label</label>
<input type="text" placeholder="large-4.columns" />
</div>
<div class="large-4 medium-4 columns">
<label>Input Label</label>
<input type="text" placeholder="large-4.columns" />
</div>
<div class="large-4 medium-4 columns">
<div class="row collapse">
<label>Input Label</label>
<div class="input-group">
<input type="text" placeholder="small-9.columns" class="input-group-field" />
<span class="input-group-label">.com</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Select Box</label>
<select>
<option value="husker">Husker</option>
<option value="starbuck">Starbuck</option>
<option value="hotdog">Hot Dog</option>
<option value="apollo">Apollo</option>
</select>
</div>
</div>
<div class="row">
<div class="large-6 medium-6 columns">
<label>Choose Your Favorite</label>
<input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Radio 1</label>
<input type="radio" name="pokemon" value="Blue" id="pokemonBlue"><label for="pokemonBlue">Radio 2</label>
</div>
<div class="large-6 medium-6 columns">
<label>Check these out</label>
<input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Checkbox 2</label>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Textarea Label</label>
<textarea placeholder="small-12.columns"></textarea>
</div>
</div>
</form>
</div>

<div class="large-4 medium-4 columns">
<h5>Try one of these buttons:</h5>
<p><a href="#" class="button">Simple Button</a><br/>
<a href="#" class="success button">Success Btn</a><br/>
<a href="#" class="alert button">Alert Btn</a><br/>
<a href="#" class="secondary button">Secondary Btn</a></p>
<div class="callout">
<h5>So many components, girl!</h5>
<p>A whole kitchen sink of goodies comes with Foundation. Check out the docs to see them all, along with details on making them your own.</p>
<a href="http://foundation.zurb.com/sites/docs/" class="small button">Go to Foundation Docs</a>
</div>
</div>
</div>

<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions app/assets/stylesheets/foundation-6.3.1-complete/js/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$(document).foundation()
Loading