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

Add Author to Article Show Page #19

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Commits on Mar 18, 2018

  1. add author field to new article

    add author column to article db
    display author on article show page
    validate and sanitze author params
    AKidd95 committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    823c6d8 View commit details
    Browse the repository at this point in the history
  2. add author and article associations

    add validation for author
    add tests for associations
    AKidd95 committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    899d977 View commit details
    Browse the repository at this point in the history
  3. create author table

    add author ref to article
    fix author tests
    AKidd95 committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    4115a2d View commit details
    Browse the repository at this point in the history
  4. create author table

    add author ref to article
    fix author tests
    AKidd95 committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    4242955 View commit details
    Browse the repository at this point in the history
  5. fix factory bot tests

    rspec all green
    AKidd95 committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    e9bdf75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43c3821 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. rollback author db changes

    change unnecessary code
    AKidd95 committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    b4f7f63 View commit details
    Browse the repository at this point in the history
  2. delete author class

    AKidd95 committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    adf0782 View commit details
    Browse the repository at this point in the history
  3. generate migration for user ref to articles

    make correct assocations between user and articles
    AKidd95 committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    88cf87c View commit details
    Browse the repository at this point in the history
  4. delete author field

    add user logged in to create article tests
    AKidd95 committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    77ec4b5 View commit details
    Browse the repository at this point in the history
  5. set articles creator to current user

    all tests green
    AKidd95 committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    c3d613e View commit details
    Browse the repository at this point in the history
  6. set author name to user email address

    take out show page from tests
    AKidd95 committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    dd938b9 View commit details
    Browse the repository at this point in the history
  7. fix merge conflict

    AKidd95 committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    ae54e9f View commit details
    Browse the repository at this point in the history
  8. fix merge conflicts

    add optional user assocation with article
    AKidd95 committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    1df15f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. fix merge conflict

    edit rspec syntax to is expected
    add author feature test
    AKidd95 committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    d44b104 View commit details
    Browse the repository at this point in the history
  2. edit factory create

    AKidd95 committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    9dc83cf View commit details
    Browse the repository at this point in the history
  3. fix author display

    AKidd95 committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    8943240 View commit details
    Browse the repository at this point in the history
  4. delete chrome driver binary

    AKidd95 committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    92d36d6 View commit details
    Browse the repository at this point in the history
  5. remove comma

    AKidd95 committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    9d66c96 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. resolve merge conflicts

    AKidd95 committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    7ac0835 View commit details
    Browse the repository at this point in the history