TIL, 2017-02-18
git checkout HEAD -- myfile.txt
to hard reset a single file.- Having some trouble thinking how to represent the User-Score mapping.
- Just did a workaround in
shoulda
when I was supposed to do avalidates_uniqueness_of
over multiple columns.