Skip to content

Instantly share code, notes, and snippets.

View azinazadi's full-sized avatar

Azin Azadi azinazadi

View GitHub Profile
http://erniemiller.org/projects/squeel/
* KeyPaths
Person.joins(:articles => {:comments => :person}) => Person.joins(articles.comments.person)
-> they can also exist in the context of a hash
* Predicates
SQL Predication Operator Alias
= eq ==