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

Rails Back End for VideoStore #15

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

Rails Back End for VideoStore #15

wants to merge 22 commits into from

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    d812640 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Add create movie functionality to the Rails App with a movie create r…

    …oute and contoller method
    jfahmy committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    aa0fe2f View commit details
    Browse the repository at this point in the history
  2. Add validation requiring new movie to have at least a title and an ex…

    …ternal_id, setup movie controller tests for create action
    jfahmy committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c901e5f View commit details
    Browse the repository at this point in the history
  3. Adjust movie controller test to expect the word errors instead of the…

    … word message returned when an post request fails
    jfahmy committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    42fffff View commit details
    Browse the repository at this point in the history
  4. Add validation for uniqueness of external_id with a customer error me…

    …ssage when a post request to create a movie fails
    jfahmy committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    58e7309 View commit details
    Browse the repository at this point in the history
  5. Add model test verifying error messages are present when there is an …

    …attempt to create a movie with a duplicate external_id
    jfahmy committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    4adc36d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Change create controller method to slice movie URL when creating movi…

    …es, adjust controller test
    jfahmy committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    bbfd731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d35d038 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8988475 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32c17a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    ababf0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c559f View commit details
    Browse the repository at this point in the history
  3. change database.yml

    jfahmy committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    1e50fb7 View commit details
    Browse the repository at this point in the history
  4. Add travis.yml file

    jfahmy committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b00d6e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0425dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce7adfc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7f225b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07a0884 View commit details
    Browse the repository at this point in the history
  9. Adjust gemfile ruby version

    jfahmy committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    296717b View commit details
    Browse the repository at this point in the history
  10. One last change to gemfile

    jfahmy committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b839ae2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    5aaaf68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249d8f9 View commit details
    Browse the repository at this point in the history