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

Pipes - Tamira and Roxanne - Rideshare-Rails #10

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

Commits on Oct 2, 2017

  1. rails project created

    tvojnar committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    a81627a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tvojnar authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    1cf19cb View commit details
    Browse the repository at this point in the history
  3. Update README.md

    tvojnar authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    274ff40 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    2daabf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d82e03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a8e498 View commit details
    Browse the repository at this point in the history
  4. Changed passenger.phone_num to passenger.phone_number in seed.rb to m…

    …atch my passenger model. Ran db:seed
    tvojnar committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    127d360 View commit details
    Browse the repository at this point in the history
  5. Add resource routes for passenger. Add index controller action and pa…

    …ge that displays the names of all the passengers
    tvojnar committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    d6f583c View commit details
    Browse the repository at this point in the history
  6. Add show controller action for passenger. Add view for show page that…

    … lists the name and phone number of the passenger. Made names on index page links to the passenger's show page
    tvojnar committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    03c056c View commit details
    Browse the repository at this point in the history
  7. Add basic styling to links and font-family. Add unstyled header with …

    …nav and a footer to application.htnl.erb
    tvojnar committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    7f5bfce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39590c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2839f7 View commit details
    Browse the repository at this point in the history
  10. added erb files for drivers

    RAgerone committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    1acf6f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5baa17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e7e88e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dd90e0e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c65f58c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    181c7d9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ea92efa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c6b9b54 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0d52beb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Configuration menu
    Copy the full SHA
    37faa12 View commit details
    Browse the repository at this point in the history
  2. Add partial in layouts that displays all trips and rendered it in the…

    … show view for passenger
    tvojnar committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    767a851 View commit details
    Browse the repository at this point in the history
  3. Add total_cost method to passenger.rb. Changed _all_trips.html.erb to…

    … display the cost in dollars for each trip
    tvojnar committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    e929596 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e9d5c1 View commit details
    Browse the repository at this point in the history
  5. added driver routes

    RAgerone committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    7d01ec2 View commit details
    Browse the repository at this point in the history
  6. built controller actions

    RAgerone committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    09699f6 View commit details
    Browse the repository at this point in the history
  7. Added table to show trips

    tvojnar committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    7d28ec6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c91fb1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b03318 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0abc4a View commit details
    Browse the repository at this point in the history
  11. deleted comments

    RAgerone committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    233b186 View commit details
    Browse the repository at this point in the history
  12. added in forgotten end tag

    RAgerone committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    b1ac089 View commit details
    Browse the repository at this point in the history
  13. fix but in show

    RAgerone committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    fca9ac2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d79f10 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94fa8f9 View commit details
    Browse the repository at this point in the history
  16. adding validations to trips

    RAgerone committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    fe8ac49 View commit details
    Browse the repository at this point in the history
  17. added link

    RAgerone committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    9ebe9e0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b4ef648 View commit details
    Browse the repository at this point in the history
  19. changed drivers

    RAgerone committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    fedd2b3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f06eb27 View commit details
    Browse the repository at this point in the history
  21. Add edit page for trips

    tvojnar committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    ab60a75 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0987247 View commit details
    Browse the repository at this point in the history
  23. added links to trips chart

    RAgerone committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    6b73109 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b82c40c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e970557 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    956f292 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Changed the _trip_form to only display the number_form for rating on …

    …the edit page and not on the new page
    tvojnar committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    3e63063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c373468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa64c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2ce1ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a55ef0a View commit details
    Browse the repository at this point in the history
  6. added gem

    RAgerone committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    cb89cce View commit details
    Browse the repository at this point in the history
  7. trip layouts and views

    RAgerone committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    7200764 View commit details
    Browse the repository at this point in the history
  8. removing merge message

    RAgerone committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    57f48b4 View commit details
    Browse the repository at this point in the history
  9. fixing mergers

    RAgerone committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    3f34030 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa50dec View commit details
    Browse the repository at this point in the history
  11. fixing bug in _all_trips

    RAgerone committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    5397d16 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2eefee8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b29d3f9 View commit details
    Browse the repository at this point in the history
  14. want to pull

    tvojnar committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    8dfed4a View commit details
    Browse the repository at this point in the history
  15. try to fix merge conflict

    tvojnar committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    c15ed4f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    067b777 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1fa2cef View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3767e13 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a758d35 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7f3ecfe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5364c2b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    87ae5b1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f273eee View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    27ffa49 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ee0c813 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a23d1b6 View commit details
    Browse the repository at this point in the history
  27. Add ability to rate trip in show page for trip and changed validation…

    … to numercality for rating:
    tvojnar committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    7ef1b45 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6b8bc08 View commit details
    Browse the repository at this point in the history
  29. added palette

    RAgerone committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    9934410 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1a6a57f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    b485893 View commit details
    Browse the repository at this point in the history
  2. Added css for sticky footer to application.css and made appropriate c…

    …hanges to application.html
    tvojnar committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    c2ab073 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa1f20a View commit details
    Browse the repository at this point in the history
  4. centered footer text

    tvojnar committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    597aa50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7595630 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21c64e5 View commit details
    Browse the repository at this point in the history
  7. add div wrapper to all views

    tvojnar committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    1f283e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52fe0ba View commit details
    Browse the repository at this point in the history
  9. basic new css layout

    tvojnar committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    3102e9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66ba3a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9497c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f4d26fd View commit details
    Browse the repository at this point in the history
  13. Changed spacing on main page

    tvojnar committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    37b750b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9a64c0a View commit details
    Browse the repository at this point in the history
  15. add stong to passenger info

    tvojnar committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    df90da9 View commit details
    Browse the repository at this point in the history
  16. colors added

    RAgerone committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    f0fffd3 View commit details
    Browse the repository at this point in the history
  17. stying pages

    RAgerone committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    a24e6a1 View commit details
    Browse the repository at this point in the history
  18. add wrapper

    RAgerone committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    d1e71a8 View commit details
    Browse the repository at this point in the history
  19. changed index to drivers h1

    RAgerone committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    7ee0438 View commit details
    Browse the repository at this point in the history
  20. gradient to drivers

    RAgerone committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    44ba74b View commit details
    Browse the repository at this point in the history
  21. added id to driver page

    RAgerone committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    d693fe7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f0406f5 View commit details
    Browse the repository at this point in the history
  23. Added better error gems

    tvojnar committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    89d92fd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a7d379a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5f4b10a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    40f9104 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7a27881 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    afec18a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    47290c7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8ad0185 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bbe05f9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d392a47 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    751fdb9 View commit details
    Browse the repository at this point in the history
  34. got the photos to work, yay

    RAgerone committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    12490fe View commit details
    Browse the repository at this point in the history
  35. adding images

    RAgerone committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    ff56c89 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    69dbb2a View commit details
    Browse the repository at this point in the history
  37. minor form changes driver

    RAgerone committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    fd54220 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    776c0ac View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    cc658ff View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    9278daa View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8e05bd8 View commit details
    Browse the repository at this point in the history