Slide 17
Slide 17 text
TL;DR
Commit.where(“liked_by <> ‘DHH’”)
Commit.where.not(liked_by: ‘DHH’)
Rails 3
Rails 4
In the end, Rails 4 will have where chainable only with .not.
Contributing to Rails is fun, you learn a lot from the process, not only about source code, but about communities and the impact you can make following your instincts and listening to people who express feelings like “being annoyed”.
So, join the movement and contribute to open source!