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

Carets -- Guillermina and Kayla #25

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

Commits on Nov 6, 2017

  1. added models

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    072ab90 View commit details
    Browse the repository at this point in the history
  2. seeding added and migration

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    14a613c View commit details
    Browse the repository at this point in the history
  3. added tests

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    ddb735c View commit details
    Browse the repository at this point in the history
  4. working minitest

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    48bebfe View commit details
    Browse the repository at this point in the history
  5. passing zomg test

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    3666e66 View commit details
    Browse the repository at this point in the history
  6. testing passing for models

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    3663558 View commit details
    Browse the repository at this point in the history
  7. passing testing for get customers, created controller for movies

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    36b401c View commit details
    Browse the repository at this point in the history
  8. passing tests for movies

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    d4003b7 View commit details
    Browse the repository at this point in the history
  9. passing tests for movie show

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    e735ef8 View commit details
    Browse the repository at this point in the history
  10. testing passing for creating/post movies

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    9bb2757 View commit details
    Browse the repository at this point in the history
  11. updated tests to include new params from smoke testing with postman

    Kayla Ecker authored and Kayla Ecker committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    e51c8d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. passing tests and passing postman ghost tests

    Kayla Ecker authored and Kayla Ecker committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    3af6d3f View commit details
    Browse the repository at this point in the history
  2. created rental model migration

    murog committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    fd41bac View commit details
    Browse the repository at this point in the history
  3. passing validations for rental

    murog committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    f0fae04 View commit details
    Browse the repository at this point in the history
  4. added pry to test

    murog committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    4fb171b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2c0d5f View commit details
    Browse the repository at this point in the history
  6. updated tests to destroy rentals before destroying movies and custome…

    …rs to avoid foreign key conflicts
    murog committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    b17b9fa View commit details
    Browse the repository at this point in the history
  7. created fixtures for rentals

    murog committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    928a377 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d35a00 View commit details
    Browse the repository at this point in the history
  9. fixed get checkout to post

    murog committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    dbea161 View commit details
    Browse the repository at this point in the history
  10. updated strong params

    murog committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    1e54210 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b7fe60 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03faa19 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f4e703c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c8ba295 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b6c15cf View commit details
    Browse the repository at this point in the history
  16. added available method for inventory, updated logic in controller to …

    …check movie inventory before creating a new rental, passing tests
    murog committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    14a8f04 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    be9f1d7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    65c3865 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    53327e2 View commit details
    Browse the repository at this point in the history
  20. tests passing for check in

    Kayla Ecker authored and Kayla Ecker committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    e25e71a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Configuration menu
    Copy the full SHA
    c59fc90 View commit details
    Browse the repository at this point in the history
  2. removed movie.valid? from controller, instead rental validation will …

    …prevent rental from being saved
    murog committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    8fea546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb2ba58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f7886b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f728fb2 View commit details
    Browse the repository at this point in the history