-
Notifications
You must be signed in to change notification settings - Fork 52
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
Fire - Blaine #41
base: master
Are you sure you want to change the base?
Fire - Blaine #41
Conversation
…d login_form view page.
Blaine’s MR Review Media RankerGreat work! You built a whole site users can log into, interact with, and vote to change the way things are ordered! That's a lot! I hope you've been able to celebrate this big win! Technically the rubric would have me give you a red but the only big gap is a lack of testing, which I know you are focusing on for bEtsy and you accomplished almost all the other learning objectives (with the exception of controller filters) so a Yellow feels much more appropriate. Functional Requirements: Manual Testing
Major Learning Goals/Code Review
Previous Rails learning, Building Complex Model Logic, DRYing up Rails Code
Testing Rails Apps
Overall Feedback
Code Style Bonus AwardsWas the code particularly impressive in code style for any of these reasons (or more...?)
|
end | ||
|
||
def show | ||
@work = Work.find(params[:id]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code is repeated in several methods, making it a great candidate for a before filter.
I encourage you to practice writing and using controller filters on the next couple Rails projects :)
Media Ranker
Congratulations! You're submitting your assignment!
Comprehension Questions
session
andflash
? What is the difference between them?Assignment Submission: Media Ranker
Congratulations! You're submitting your assignment. Please reflect on the assignment with these questions.
Reflection
session
andflash
? What is the difference between them?