-
Notifications
You must be signed in to change notification settings - Fork 21
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
MediaRanker baseline and some extensions #46
base: jlb/master
Are you sure you want to change the base?
Conversation
@@ -1,47 +1,30 @@ | |||
source 'https://rubygems.org' | |||
|
|||
|
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.
I wouldn't worry about removing these comments. It shouldn't significantly affect performance and it's nice to have these explanations for those that're unfamiliar with these gems.
I'm really impressed! Your code is really clean and you take full advantage of Rail's magic without sacrificing legibility. 🎉🎉(I'm an advocate for clean/legible code so your project has made me super happy.) I also appreciated your attempt at using concerns. It's awesome that you recognized the repetitive code; I hope you get to use concerns in a future project, they seem pretty cool. Overall, fantastic work. I even learned a couple new things, so thanks! (: |
Did the baseline
Refactored the controller rspec to have only one file shared amongst three controllers