-
Notifications
You must be signed in to change notification settings - Fork 27
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
Branches - Sara and Linnea #23
base: master
Are you sure you want to change the base?
Conversation
…share-rails Merging passengers into master branch
Merging changes with passengers branch, pushing to github.
Rideshare RailsWhat We're Looking For
Great work on this project! The biggest issue I saw with this is that you all missed tests on validations on all of your models. Reach out to me so we can talk about any issues that came up. In your You two have one big bug: When deleting a driver or a passenger, if the driver or passenger still has trips associated with them, your app will not deal well with the views of the associated trips and drivers. To reproduce:
One nitpick: In your Another nitpick: In your Your implementation code is great, but there are areas of improvements on the tests and some best practices (strong params, indentation). Let me know if you have questions, but good work you two! |
Rideshare-Rails
Congratulations! You're submitting your assignment! These comprehension questions should be answered by both partners together, not by a single teammate.
Comprehension Questions