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

Media Ranker - Danielle #32

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

Media Ranker - Danielle #32

wants to merge 36 commits into from

Commits on Oct 8, 2018

  1. Initial Rails setup

    danimetz committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    1263a72 View commit details
    Browse the repository at this point in the history
  2. Created works model

    danimetz committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    4c41d78 View commit details
    Browse the repository at this point in the history
  3. Successfully seeded data

    danimetz committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    7a4fc3a View commit details
    Browse the repository at this point in the history
  4. Added routes for Work

    danimetz committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    b382081 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e763932 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1850d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e5c50b View commit details
    Browse the repository at this point in the history
  8. Added action_view.rb file in confi/initializers so that validation er…

    …rors will appear on webpage
    danimetz committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    717b86b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Updated view for work index

    danimetz committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    3d15934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e07d065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    721eaba View commit details
    Browse the repository at this point in the history
  4. Added view for work show

    danimetz committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    ee0f2e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Added flash error messages

    danimetz committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    db7c51b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21ba04c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67add20 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    b0f6edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c8b70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c7637d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5754ef7 View commit details
    Browse the repository at this point in the history
  5. Created upvote method

    danimetz committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    44a2342 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Added CSS from website

    danimetz committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    56850fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65fe6e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4fca5e View commit details
    Browse the repository at this point in the history
  4. Added saved form

    danimetz committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    fe07c80 View commit details
    Browse the repository at this point in the history
  5. Found in stack overflow-- Select helper takes two options hashes, one…

    … for select, and the second for html options. So all you need is to give default empty options as first param after list of items and then add your class to html_options. This fixed the category drop down to be the entire width of the container
    danimetz committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    870aa83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    900abb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38c6795 View commit details
    Browse the repository at this point in the history
  8. Removed Votes controller because no views are shown for votes, using …

    …rails destroy controller
    danimetz committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    dc508df View commit details
    Browse the repository at this point in the history
  9. Cleaned up CSS

    danimetz committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    36f309c View commit details
    Browse the repository at this point in the history
  10. Updated routes

    danimetz committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    e1210d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    437c176 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    96a95f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6122bd1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    96289f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cd7e52b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0fd484c View commit details
    Browse the repository at this point in the history